Users
Managing CRUD operations for users and sessions.
📄️ Create a new user
Creates a new user in the votura backend.
📄️ Delete a user
Deletes a user in the votura backend.
📄️ Verify the user
Verify the users email address with the given verification token.
📄️ Login a user
Login a user with the given credentials.
📄️ Refresh jwt tokens
Refresh jwt tokens used for authentication and authorization.
📄️ Request a password reset email
Request a password reset email sent to the email associated with the user account.
📄️ Reset user password with token
Reset user password with token provided to the user via email.
📄️ Logout user
Logout user (blacklist access and refresh token)