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: docs/app-rails/auth.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@ Authentication is the process of verifying the credentials of a user. We use AWS
13
13
14
14
Authorization is the process of determining whether a user has access to a specific resource. We use [Pundit](https://github.com/varvet/pundit) for authorization.
15
15
16
-
- User roles are defined in the `user_roles` table
17
16
- Policies (`app/policies`) are created for each model to define who can perform what actions
18
17
- Policies are used in controllers to authorize actions
19
18
- Policies are used in views to show/hide elements based on user permissions
0 commit comments