/login
login form inputs.
POST
geolytix.xyz/login
This endpoint checks user credentials and will either redirect to the client interface with a temporary access token or redirect to the login view.
Query Parameters
Name
Type
Description
string
The email address associated with an user account.
password
string
The user account password.
If valid credentials were provided the redirect will access the client interface with a temporary access token.
If invalid credentials were provided the redirect will open the login view with a message in regard to the login failure.
Last updated