nova_auth_session (nova_auth v0.2.0)
View SourceSession token lifecycle management. Handles creating, validating, and deleting session tokens backed by the configured Kura repo.
Summary
Functions
Delete all tokens for a user across all contexts.
Delete all tokens for a user within a specific context.
Delete a specific session token (logout).
Create a new session token for a user and store the hash in the database.
Look up a user by their raw session token, checking validity.
Functions
Delete all tokens for a user across all contexts.
Delete all tokens for a user within a specific context.
Delete a specific session token (logout).
Create a new session token for a user and store the hash in the database.
Look up a user by their raw session token, checking validity.