Oauth 2.0 Android uses Spring -For-Android

I have developed an Android application and I am using Spring libs for Android. I started using a simple authentication login / password with spring -android-rest-template. Now I need to use "spring -for-android" for authentication through the OAuth 2.0 protocol.

My question is finding a small application that demonstrates usage, not Facebook, Google, Twitter. I used the Spring server to communicate with my Android application.

+6
source share
1 answer

An example with OAuth2 and spring for Android is http://blog.logicexception.com/2012/09/android-oauth2-rest-client-with-spring.html but I use a scribe for OAuth 2.0 authentication.

-1
source

Source: https://habr.com/ru/post/944454/


All Articles