๐จโ๐ญAccount
Needs Account Authentication
Needs Account Authentication
Last updated
Needs Account Authentication
Needs Account Authentication
Last updated
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"
Successful
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.
Successful
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.
Successful
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"
Successful