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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,12 @@ The project ships with complete authentication boilerplate including:
60
60
- Forget Password
61
61
- Reset Password
62
62
63
-
### ➡️ Users crud
63
+
### ➡️ Authorization
64
+
65
+
The project is configured to use [Bouncer](https://github.com/JosephSilber/bouncer) package for managing authorization across your routes. Authorization is important security subject, so please consult bouncer's package documentation.
66
+
67
+
68
+
### ➡️ Users CRUD
64
69
65
70
For your convenience the project comes with complete `users` crud that includes examples of:
0 commit comments