Authentication tokens
Creates and verifies JWT (JSON web token) authentication tokens
📄️ Create auth token
Creates an authentication token for the current user or for the username specified (admin only)
📄️ Gets the public key for verifying authentication tokens
Gets the public key for verifying authentication tokens
📄️ Resets the public and private keys
Will invalidate all authentication tokens
📄️ Revoke all tokens
Revokes all tokens for the current user
📄️ Revoke all tokens for user
Revokes all tokens for a given user
📄️ Parse and verify an authentication token
Verifies the signature, but does not verify the claims