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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Rails/Ruby: API Basic Access Control Code Sample
1
+
# Rails/Ruby: API Basic Role-Based Access Control (RBAC) Code Sample
2
2
3
-
This Ruby code sample demonstrates **how to implement authorization** in Rails API servers using Auth0.
3
+
This Ruby code sample demonstrates **how to implement Role-Based Access Control (RBAC)** in Rails API servers using Auth0.
4
4
5
5
This code sample is part of the ["Auth0 Developer Resources"](https://developer.auth0.com/resources), a place where you can explore the authentication and authorization features of the Auth0 Identity Platform.
6
6
7
-
Visit the ["Rails/Ruby Code Sample: Authorization For Basic APIs"](https://developer.auth0.com/resources/code-samples/api/rails/basic-authorization) page for instructions on how to configure and run this code sample and how to integrate it with a Single-Page Application (SPA) of your choice.
7
+
Visit the ["Rails/Ruby Code Sample: Role-Based Access Control For Basic APIs"](https://developer.auth0.com/resources/code-samples/api/rails/basic-role-based-access-control) page for instructions on how to configure and run this code sample and how to integrate it with a Single-Page Application (SPA) of your choice.
0 commit comments