Account
Last updated
Last updated
Needs Account Authentication
Needs Account Authentication
This route refreshes the account session.The route first checks and finds the account session saved in the database.The route then deletes the session, creates a new one and generates new tokens.
This route logouts of the account.The route first checks and finds the session saved in the database.The route then deletes the session found related to the account.
This route verifies the username and password.The route goes thorough numerous checks.The route then creates a session and generates tokens if the user is authenticated.
john@API
honeyBunnies
This route registers a new account.The route first processes the payload provided.The route then creates a new account entry in our database.
john@API
honeyBunnies