Answer the question
In order to leave comments, you need to log in
Do I need to use Spring Security on the server if I connect an android application?
Good
There is an application for android in google play, it will request data from the server database. On the Spring server, is it necessary to include Spring Security in it, what will it give or what will it protect against?
Answer the question
In order to leave comments, you need to log in
Spring Security is needed if you plan to implement authorization. If there is no authorization and all the data that the application will request is public, then you do not need it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question