Expand description
Firebase custom token creation.
Custom tokens are signed locally with a service account’s RSA private key and require no network call. See https://firebase.google.com/docs/auth/admin/create-custom-tokens#create_custom_tokens_using_a_third-party_jwt_library.
Structs§
- Custom
Token Signer - Signs Firebase custom tokens using a service account’s private key.