You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: articles/quickstart/webapp/laravel/interactive.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ Open your web browser and try accessing the following routes:
203
203
204
204
-[http://localhost:8000](http://localhost:8000) to see the public route.
205
205
-[http://localhost:8000/private](http://localhost:8000/private) to be prompted to authenticate.
206
-
-[http://localhost:8000](http://localhost:8000) to see the pubic route, now authenticated.
206
+
-[http://localhost:8000](http://localhost:8000) to see the public route, now authenticated.
207
207
-[http://localhost:8000/scope](http://localhost:8000/scope) to check if you have the `read:messages`[permission](https://auth0.com/docs/manage-users/access-control/rbac).
208
208
-[http://localhost:8000/update](http://localhost:8000/update) to update the user's profile.
209
209
-[http://localhost:8000/logout](http://localhost:8000/logout) to log out.
0 commit comments