We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a basic login form and logout button
Create a django post view that receives an email and password and returns a Javascript Web Token or similar session token
Create a django view that logs out the user and ends their session token
Hook up the endpoints to the form and button
Blocked by #8 & #12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
Create a basic login form and logout button
Create a django post view that receives an email and password and returns a Javascript Web Token or similar session token
Create a django view that logs out the user and ends their session token
Hook up the endpoints to the form and button
Context
Blocked by #8 & #12
The text was updated successfully, but these errors were encountered: