Spring Boot: Security

Authentication, Authorization and other Security issues

There are many aspects of Security. Here are two:

There are other aspects too, such as preventing cross-site scripting attacks, denial of service attacks, to name a couple.

As we explore those in the context of Spring Boot, we’ll add resources to this page.

Authentication

Authorization

This is still more of a work in progress in terms of understanding how to do this with Spring Boot. Here are a few resources.

Related topics: