Skip to content
Snippets Groups Projects
Verified Commit 9267db45 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Document.

parent 9eef8c1f
No related branches found
No related tags found
2 merge requests!56Refined auth flow and new website pages.,!44New route type (RestrictedRoute) and better api calls.
export enum Roles {
/** Website visitor, is not logged. Can access to NonAuthRoutes */
visitor = '',
/** Can access to private and restricted routes depending on their permissions level. */
senior = 'senior',
admin = 'admin',
operator = 'operator',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment