royclarkson / spring-rest-service-oauth

A simple OAuth protected REST service built with Spring Boot and Spring Security OAuth
Apache License 2.0
664 stars 339 forks source link

Trying to use an html page to get OAuth code instead of curl #44

Open richardpaps opened 8 years ago

richardpaps commented 8 years ago

This repo has been very helpful in learning about OAuth so thank you!

I am understanding the process of getting a code with the terminal commands, but I was trying to do this by using an html login page. Have any quick advice on using a login page to get the OAuth code and authenticate a user?

Thanks again.