Skip to content

Adding role-based authentication #551

@pgwillia

Description

@pgwillia

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions