top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is Spring Security?

0 votes
252 views
What is Spring Security?
posted Sep 21, 2017 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Spring security framework focuses on providing both authentication and authorization in java applications. It also takes care of most of the common security vulnerabilities such as CSRF attack. It’s very beneficial and easy to use Spring security in web applications, through the use of annotations such as @EnableWebSecurity.

answer Sep 22, 2017 by Mantosh Dubey
...