circadiatech / circadiatech/reportabug-backend
Login API
Open
good first issue
hacktoberfest
- Dominant language
- Python
- Stars
- 0
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Create a login API
path => /login
method => POST
body =>
required => email, password
response =>
user =>
first_name, last_name, email, avatar, is_active
token => jwt token of id
User Model
first_name
last_name
email
password
is_active => default to true
Contributor guide
Assessment
This issue has not been assessed yet.