Skip to content
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

Add role authorization to the API #188

Open
leo-bogastry opened this issue Feb 17, 2023 · 0 comments
Open

Add role authorization to the API #188

leo-bogastry opened this issue Feb 17, 2023 · 0 comments

Comments

@leo-bogastry
Copy link
Collaborator

The lunatech-chef API can only be used by a user logged in using a Lunatech email address.
In the back-end a logged in user can access all endpoints
In the front-end only an admin user can access certain parts of the application.
Ideally both front and back-end two would have the same authentication and authorization.

Through out the back-end code an old attempt to implement role authorization was tried but it did not work.

Goal is to have the same authorization in back-end and front-end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant