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

Remove Devise #1

Open
dmolesUC opened this issue May 23, 2023 · 0 comments
Open

Remove Devise #1

dmolesUC opened this issue May 23, 2023 · 0 comments

Comments

@dmolesUC
Copy link

dmolesUC commented May 23, 2023

Devise is overkill for the minimal authentication/authorization we need (just limiting access to restricted records).

It should be possible to operate Blacklight without it (see docs, "Install and Use (with a custom user authentication system)"), and replace it with something similar to what we do in Framework and UC BEARS.

Relevant UCBEARS code:

It's possible that if we disable the Blacklight bookmark functionality we can get away without a User model, and in fact without a database -- we should look into that as well, but if it proves too complicated we should break that out into a separate issue.

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

No branches or pull requests

1 participant