Create a Login page for users to log in. This should authenticate against /api-token-auth by posting either a form with parameters username and password, or by posting using application/json as the Content-Type and a JSON structure containing the same fields.
Refreshing tokens is not required at this time
Create a Login page for users to log in. This should authenticate against
/api-token-authby posting either a form with parametersusernameandpassword, or by posting usingapplication/jsonas the Content-Type and a JSON structure containing the same fields.Refreshing tokens is not required at this time