Skip to main content

Module signer

Module signer 

Source
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§

CustomTokenSigner
Signs Firebase custom tokens using a service account’s private key.