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

Add authenticateView to ResourceServer #13

Open
KyleJune opened this issue Sep 23, 2021 · 0 comments
Open

Add authenticateView to ResourceServer #13

KyleJune opened this issue Sep 23, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@KyleJune
Copy link
Member

Depends on #9 & #12

To be able to use oauth2 for views,this cannot use authenticate because it responds to the request with a json error if authenticate fails and it doesn't request authentication when user is not logged in. The resource server need a separate function for authenticating the view so that it can leave the handling of errors to the routing framework and request authentication when user is not logged in.

@KyleJune KyleJune self-assigned this Oct 9, 2021
@KyleJune KyleJune added the enhancement New feature or request label Apr 3, 2022
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
Development

No branches or pull requests

1 participant