You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Create a Login page for users to log in. This should authenticate against
/api-token-auth
by posting either a form with parametersusername
andpassword
, or by posting usingapplication/json
as the Content-Type and a JSON structure containing the same fields.Refreshing tokens is not required at this time
The text was updated successfully, but these errors were encountered: