Skip to content

re3factor/django_rest_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_rest_api

DIRENV required, .envrc should be in the root of the directory. / required at the end of each endpoint.

Enpoints with requirements:

/api-auth/login/ (POST)

Username

Email

Password

/api-auth/logout/ (POST)

/api-auth/password/change/ (POST)

old_password

new_password1

new_password2

/api-auth/registration/ (POST)

Username

Password1

Password2

Email

/api-auth/user/ (PUT, GET, PATCH)

Username

Password

See more enpoint details at https://dj-rest-auth.readthedocs.io/en/latest/api_endpoints.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages