CodeForPhilly / CodeForPhilly/third-places
Create a login/logout flow
Open
django
react
- Dominant language
- Python
- Stars
- 8
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
# 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
Contributor guide
Assessment
This issue has not been assessed yet.