Skip to content

Latest commit

 

History

History

auth

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Auth Service

This service handles user authentication. It has login functionality which return JWT when asked.

Service doesn't connect to any database. It can be extended to use database and implement real authentication process, but I wanted to keep it simple.