Module handlers

Source
Expand description

API handlers for the the user API context.

Structs§

TokenParam
UsernameParam

Functions§

ban_handler
It bans a user from the index.
email_verification_handler
It handles the verification of the email verification token.
login_handler
It handles the user login.
registration_handler
It handles the registration of a new user.
renew_token_handler
It renews the JWT.
verify_token_handler
It verifies a supplied JWT.