Sameera Gajjarapu
Sameera Gajjarapu
Added support for the below: 1. Edited the Explainer to add: * `refresh-in` support for background nonce renewal * `expires-in` support to reduce key verification frequency * Added `adaptation considerations`...
NAA apps currently always request the bridge for tokens, adding load to the host caching hence blocking the deployment on scale. This PR adds support for: * Caching NAA app...
* This PR signs the `POP` tokens only if the `reqCnf` is not passed in as a `request` parameter. This is to enable any clients that choose to sign their...
For some 1P apps to migrate to 3.x, `hydrateCache()` functionality is needed for compatibility. The original PR is #6271. P.S: Some tests are still being fixed
- This PR signs the POP tokens only if the reqCnf is not passed in as a request parameter. This is to enable any clients that choose to sign their...
This PR adds to the existing [DBSC proposal](https://github.com/wicg/dbsc) to address enterprise cookie binding. Pending: - Local Key helper specifics for Mac/Android and some updates on Windows - Policy application with...
Apps can enquire presence of an extension and initialize it prior to enabling native tunneling for authentication with this API support. This helps applications that need to control the roll...
Update axios version in samples