N
N
Neonoviiwolf2017-09-25 14:10:17
Java
Neonoviiwolf, 2017-09-25 14:10:17

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

1 answer(s)
A
Andrey Myvrenik, 2017-09-25
@Neonoviiwolf

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 question

Ask a Question

731 491 924 answers to any question