I'm making an application, in which you can create your own profiles for users, is it possible to authenticate and authorize these profiles in real time? or I have to restart the application to accept the new profiles
The application has a dashboard with different modules, a profile determines whether or not the user will be able to see the module and to see his permissions in it (CRUD). in the front end I'm using Angular 6. so basically I need a security framework to do the authentication and authorization of profiles created in real time and stored in a database.