Structs§
- ARGON_
CONFIG - Activation
Input - Rust struct representing the Json body of GET requests to the …/activate endpoint
- Change
Input - Rust struct representing the Json body of POST requests to the /change endpoint
- Forgot
Input - Rust struct representing the Json body of POST requests to the /forgot endpoint
- Login
Input - Rust struct representing the Json body of POST requests to the …/login endpoint
- Refresh
Token Claims - TODO: documentation
- Register
Input - Rust struct representing the Json body of POST requests to the …/register endpoint
- Registration
Claims - TODO: documentation
- Reset
Input - Rust struct representing the Json body of POST requests to the /reset endpoint
- Reset
Token Claims - TODO: documentation
Constants§
Functions§
- activate
- /activate
- change_
password - /change
- check
- /check
- create_
user_ session - create a user session for the user with
user_id
- destroy_
session - /sessions/{id}
- destroy_
sessions - /sessions
- forgot_
password - /forgot
sends an email to the email in the
ForgotInput
Json in the request body that will allow the user associated with that email to change their password - generate_
salt - get_
sessions - /sessions
- login
- /login
- logout
- /logout If this is successful, delete the cookie storing the refresh token
- refresh
- /refresh
- register
- /register
- reset_
password - reset