-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Currently, we're using basic authentication with a single username and password.
| http_basic_authenticate_with name: Rails.application.secrets.cms_user, password: Rails.application.secrets.cms_password, except: [:index, :show] |
We would prefer having role-based authentication where we can audit changes and manage access.
Metadata
Metadata
Assignees
Labels
No labels