Skip to content
New issue

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 login/logout flow #13

Open
travissouthard opened this issue Apr 29, 2023 · 0 comments
Open

Create a login/logout flow #13

travissouthard opened this issue Apr 29, 2023 · 0 comments
Labels
django This issue requires backend work in Django react This issue requires work in React

Comments

@travissouthard
Copy link
Collaborator

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

@travissouthard travissouthard added react This issue requires work in React django This issue requires backend work in Django labels Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
django This issue requires backend work in Django react This issue requires work in React
Projects
None yet
Development

No branches or pull requests

1 participant