Friday, 3 January 2020

Users & Permissions Management

Hello Noders 👋🏞I'm currently writing a web application, for which I am looking for a User & Permission management system, which should fulfill the following criteria:MongoDB support (optional MySQL would also be great)Adding users (Self-registration wont be necessary)Authentication via username & password(optional) 2 Factor AuthenticationUser Session HandlingString-based Permission management ('action:subaction')Roles (which can also have their own permissions)Express middleware (wether a user has a specific permission for a route and is logged in, otherwise forward to login page)Storing of additional user dataSimple & straight-forward to useIf there's anything you know that supports these points, please let me know. Another idea would be to code the whole thing myself, since it won't be THAT hard.Cheers

Submitted January 03, 2020 at 12:01PM by StoryOfStella

No comments:

Post a Comment