User authentication and authorization for Android app which connects to a server running a Spring Boot application -
i developing android application connects connects backend server running spring boot application fetch details.
the android app provides login interface user. app provides user option of registering separate username/password , login same instead of using facebook/twitter account. once logged in using facbook/twitter or registered username/password, calls made android app server application, therafter, needs authenticated @ server end also.
thus, users have both option of social login custom login. user enter details though android app authentication needs there both android , spring (server) end.
for standalone applications built on spring framework, prefer use spring security 1 has android application frontend instead of browser. best way approach problem of user authentication authorization?
Comments
Post a Comment