There is a web application with user authentication by login and password for java from spring, hibernate. I want to make an android application with user authentication. What is the best way to use? Should I try to screw spring-android with oauth2?

  • why not do the same - by login and password? Do you transfer them in case of not android application somehow to the server? By HTTP POST? Why not do the same on Android? - Vladyslav Matviienko
  • screwed in the spring-security application, where the login page is specified, variables are spelled out so that spring can see them, and so on. And how to screw the same thing to android ??? - mister

0