-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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