-
-
Notifications
You must be signed in to change notification settings - Fork 21
feat: handle user permissions #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
729cd2a
to
6087f51
Compare
Signed-off-by: Jean <110341611+jean-michelet@users.noreply.github.com>
Any chance I have a review today? |
I'll take a look |
I think I am gonna close this PR and create a v0 PR wich tackle most of the issues needed for a complete api demo. |
I assumed it wasn't ready when I saw that the CI was red, bad habit 😂 So it's ready to be reviewed? |
No, I didn't expect you to review (don't understand why the CI crash). |
@gurgunday |
Closed for #33 |
Implements #29
I don't know if there's a popular way to manage role-based authorizations with Fastify.
So I made a simple custom implementation.