Skip to content

A simple authentication and authorization module build with Express.js

License

Notifications You must be signed in to change notification settings

bryanc12/simpleAA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleAA

A simple authentication and authorization module build with Express.js

File structure: /routes - Contains all the routes. Where routing take place. /controllers - Contains all the controllers. Where the algorithms take place. /services - Contains all the services. Where the functions exchange data between database take place. /middlewares - Contains all the middlewares. Where the middlewares take place. /utils - Contains all the utilities . Where the utilities take place.

Route of protected routes: route -> middleware(auth.middleware) -> controller -> service

About

A simple authentication and authorization module build with Express.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published