Replies: 2 comments 11 replies
-
I'm not sure how other web frameworks do it, but in Salvo, you can use middleware to define the permissions for each route and its sub-routes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is that middelware available? where is the code? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have different sections of a web app that require different access for different roles.
I would like to see a module that can define access to different section of a web app, The rest/rpc areas validates session data to determine access to a call.
I am using salvo because it is embedded in a mqtt server and to reduce space and have the web pages effect the mqtt server. use a separate web sever
actix-web
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions