Skip to content

bryanc12/simpleAA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask DeepWiki

simpleAA (Under Development)

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