firebase_auth_token 1.0.1 copy "firebase_auth_token: ^1.0.1" to clipboard
firebase_auth_token: ^1.0.1 copied to clipboard

outdated

Extract user from verified Firebase Auth id token.

firebase_auth_token #

Extract user from verified Firebase Auth id token.

Watch on GitHub Star on GitHub pub package

Getting started #

There is just one class FirebaseAuthToken with just one method getUserFromToken({authentication-token}) which will return a AuthUser object if the token is valid or else it will throw an exception.

final user = await FirebaseAuthToken.getUserFromToken('{token}');

License #

This project is licensed under the MIT License - see the license file for details.

3
likes
0
pub points
71%
popularity

Publisher

unverified uploader

Extract user from verified Firebase Auth id token.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, jose, synchronized

More

Packages that depend on firebase_auth_token