firebase-admin-node
firebase-admin-node copied to clipboard
feat(appcheck): Add support for minting limited use tokens
This PR adds support for the limitedUse parameter in the createToken() API of the App Check module. This allows users to generate tokens with replay protection, suitable for one-time use or session-based contexts.
RELEASE_NOTE: Added support for creating limited use App Check tokens in the createToken() API