You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2026. It is now read-only.
The server just validates that the client's PASETO token is valid, but does not use the claims system at all.
Implement the claims system and allow, for example, for admin vs read access (e.g. for statistics). Later this might be use to generate new tokens from an admin command without requiring a client's access to the private key.
The server just validates that the client's PASETO token is valid, but does not use the claims system at all.
Implement the claims system and allow, for example, for admin vs read access (e.g. for statistics). Later this might be use to generate new tokens from an admin command without requiring a client's access to the private key.