Skip to content

dasunpubudumal/basic-user-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple user login without JWT

Endpoints:

GET /login - Will return a login page. POST /login - Send requests having username and password as the body to sign up. GET /signup - Will return a sign up page. POST /signup - Send requests having username and password as the body log in.