firebase_verify_token_dart 1.0.0 firebase_verify_token_dart: ^1.0.0 copied to clipboard
Package to verify a firebase jwt token across multiple Firebase projects
Changelog #
1.0.0 #
- Replaced
projectId
withprojectIds
to support multi-project verification. - Added the
onVerifySuccessful
callback function to execute code once the token is verified. - Reduced verification times by caching Google
kids
andNTP
. - Updated dependencies.
- Optimized parsing algorithms.
- Clean code.
- Updated documentation.
0.0.7 #
- Publish package