firebase-admin-node icon indicating copy to clipboard operation
firebase-admin-node copied to clipboard

feat(appcheck): Add support for minting limited use tokens

Open lahirumaramba opened this issue 1 week ago • 1 comments

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

lahirumaramba avatar Nov 28 '25 23:11 lahirumaramba