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
projectIdwithprojectIdsto support multi-project verification. - Added the
onVerifySuccessfulcallback function to execute code once the token is verified. - Reduced verification times by caching Google
kidsandNTP. - Updated dependencies.
- Optimized parsing algorithms.
- Clean code.
- Updated documentation.
0.0.7 #
- Publish package