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

User Logins #836

Closed
whereismyjetpack opened this issue Aug 23, 2021 · 0 comments · Fixed by #983 or #989
Closed

User Logins #836

whereismyjetpack opened this issue Aug 23, 2021 · 0 comments · Fixed by #983 or #989
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@whereismyjetpack
Copy link
Contributor

In order to make decisions at the application level we need to support user logins. (#819 ) We can do this via headers set from oauth2 proxy, or via an oauth2 strategy within the application. We've done both of these methods in the past. with the employee-directory app, and with scholarsphere. We'll need an login endpoint that sets a session for a user, ideally we'd get a users group (or role) information, and make decisions based off of the inclusion of that group (or role).

Since blacklight is largely a public application, user management probably shouldn't bubble up to the user, but we should make it fairly simple to login

@whereismyjetpack whereismyjetpack added the enhancement New feature or request label Aug 23, 2021
@whereismyjetpack whereismyjetpack self-assigned this Aug 23, 2021
@banukutlu banukutlu linked a pull request Sep 8, 2021 that will close this issue
@banukutlu banukutlu added this to the 1.1.x milestone Sep 8, 2021
@banukutlu banukutlu linked a pull request Apr 8, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants