Auth
Data model
Storage, schemas, and data ownership for Auth
Storage
- Auth has no persistent datastore.
- JWT claims are processed in memory and returned to the caller.
JWKS caching
- JWKS responses are cached in memory for 300 seconds.
- Cache is per-instance and is cleared on restart.
Data ownership
- Auth does not own or store partner data.
Last updated on