naturalprogrammer / spring-boot-security-social-sample

Spring Social sample application using Spring Boot and Spring Security for social sign up / sign in and accessing social data
23 stars 19 forks source link

How to make spring boot rest API using auth2 #1

Open DILEEP-YADAV opened 8 years ago

DILEEP-YADAV commented 8 years ago

Hi ! Sanjay Ji, I tried many example for spring boot rest API with Auth2. I am running my program to openshift on-line with wildfly 10 . MYSQL. This is not working. But simple spring boot rest application running proper. Problem with Auth2 , token based authentication. Could You suggest me. About that ?

I am using this example : https://github.com/DILEEP-YADAV/spring-boot-oauth2

naturalprogrammer commented 8 years ago

Hello Dileep Ji,

I haven't tried OAuth2 token based authentication, but maybe some courses like this one would help -> http://www.baeldung.com/rest-with-spring-course

DILEEP-YADAV commented 8 years ago

Thank you very much, Sanjay ji, I will try my level best. If you will try this app . please update me.