mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-06-17 04:14:11 +00:00
Custom JWT claims survive token refresh: migration 031 adds the custom-claims column to refresh tokens, the new gateway ClaimsProvider re-resolves claims on refresh, and the serverless invoke path carries them through. Includes refresh-rotation, WS-JWT middleware, and claims-provider test coverage.