-
Notifications
You must be signed in to change notification settings - Fork 157
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
Accessing restricted rest resources using hal-browser #65
Comments
I'd like to see this too. What's the preferred solution here? Does anyone have a working implementation using spring's oath2? If so, could you provide details? |
Added a login.html and authenticated using oath2 in javascript. Need some clean-up, here is the forked version : https://github.com/linkaraj/hal-browser |
@linkaraj - Care to craft a pull request? I can see this being very helpful to others, too. |
@olivergierke +1 vote for this pull req. |
Hi, I am in the same situation, I am using this starter |
Using hal-browser in my spring application to validate rest resources.
Now we implemented spring security using oAuth2 to protect all the resources.
Any one implemented authentication on top of hal-browser?
The text was updated successfully, but these errors were encountered: