File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/docs/developer-tools/sdks/backend Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,12 +105,12 @@ NUXT_KINDE_POST_LOGIN_REDIRECT_URL=<where_your_project_is_running>
105
105
106
106
It’s likely that your project will have both pages that are publicly available and private ones which should only be available to logged in users.
107
107
108
- Route protection is setup in within the ` routeRules ` in ` nuxt.config.ts `
108
+ Route protection is set up in within the ` routeRules ` in ` nuxt.config.ts `
109
109
110
110
In the below example,
111
111
112
- - ` /** ` - This protected all routes redirecting the the login route.
113
- - ` /dashboard ` - route is protected to users with ` admin ` permissions.
112
+ - ` /** ` - This protected all routes redirecting the login route.
113
+ - ` /dashboard ` - route is protected for users with ` admin ` permissions.
114
114
- ` /public ` - this is flagged as a public route and will be open to all visitors.
115
115
116
116
``` jsx
You can’t perform that action at this time.
0 commit comments