Is there a way to add routes asynchronously in v6? #8740
Unanswered
OneMoreJack
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hey @OneMoreJack, did you find a solution to asynchronously adding routes? I'm facing a similar problem, not auth related, but making an API call to get a list of dynamically defined routes to be added. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my App, some routes can only accessed by those having permission. So, I want to make an HTTP request first to figure out which routes can be accessed by the current user, and then rigister these routes asynchronously. I know there's an auth example in the official doucumentation, but in that example, all routes are registered, that is not really what I want.
Beta Was this translation helpful? Give feedback.
All reactions