Anyone can make an example about Role Based Access Control from scratch #3729
Answered
by
galaczi
Lehuyknight
asked this question in
Help
-
Hello, I got some problems with RBAC using Adonis Bouncer, anyone have simple example? I have some models here |
Beta Was this translation helpful? Give feedback.
Answered by
galaczi
May 17, 2022
Replies: 1 comment
-
Check out Tom Gobich's repo here: https://github.com/jagr-co/jagr.co/blob/main/app/Middleware/Role.ts He also has an awesome Youtube series about Adonis. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Lehuyknight
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check out Tom Gobich's repo here:
https://github.com/jagr-co/jagr.co/blob/main/app/Middleware/Role.ts
He also has an awesome Youtube series about Adonis.