Skip to content

A very simple MERN stack project that aims to demonstrate, how authentication, authorization and accounting could be implemented in a web application.

License

Notifications You must be signed in to change notification settings

Kshitij-Jande/authentication-authorization-accounting-demonstration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication Authorization Accounting (AAA) Demonstration

A very simple MERN stack project that aims to demonstrate, how authentication, authorization and accounting could be implemented in a web application.

Note

This project is still work in progress, and not completely functional at the moment.

Goals

This basic project aims to demonstrate authentication, authorization and accountability aspects of a system. Current and future goals to be accomplished:

  • Authentication process should be secure and immune to common attacks.
  • Role-based access control (RBAC) ideology for authorization.
  • Best ways to dynamically managing users and their roles with ease.
  • Simple metrics reporting for accountability purposes.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". If you like this project, you can give it a star. Thanks.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature)
  3. Commit your Changes (git commit -m 'Add some feature')
  4. Push to the Branch (git push origin feature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

Resources used in this project.

About

A very simple MERN stack project that aims to demonstrate, how authentication, authorization and accounting could be implemented in a web application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published