Skip to content

RamyaSaba/restapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

restapi

This is a basic(ID-Password-based) user authentication system with the necessary REST APIs needed for the client using Django RESTFramework. It takes User Register/Login credentials are returns necessary REST APIs and has a basic Profile Form.

Requirements Assumptions: Takes Registration/Login Credentials with REST APIs Generates Tokens Permissions on UserViewSets

urls: ^admin/ ^api/ ^ ^users/$ [name='user-list'] ^api/ ^ ^users.(?P[a-z0-9]+)/?$ [name='user-list'] ^api/ ^ ^users/(?P[^/.]+)/$ [name='user-detail'] ^api/ ^ ^users/(?P[^/.]+).(?P[a-z0-9]+)/?$ [name='user-detail'] ^api/ ^ ^$ [name='api-root'] ^api/ ^ ^.(?P[a-z0-9]+)/?$ [name='api-root'] ^api/ ^auth/ ^api/ register/ [name='register'] ^api/auth/login ^api/auth/logout

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages