What is the best practices for routing permissions? #454
-
Before the plugin, I use dynamic routes to achieve the routing permission. The logic is in the backend, a user can only access routes for which he has permissions, which based on |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Jul 24, 2024
Replies: 1 comment
-
The best practice for route permissions is to actually just use a navigation guard, without dynamic routing as it doesn't add any security by itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
s3xysteak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The best practice for route permissions is to actually just use a navigation guard, without dynamic routing as it doesn't add any security by itself.