Проект для освоения основ Spring Security
Собственно реализация проекта отсюда:
- Spring Security Basics: Implementing Authentication and Authorization
- Spring Security Basics: Implementing Authentication and Authorization-PART 1
- Spring Security Basics: Implementing Authentication and Authorization-PART 2
- Spring Security Basics: Implementing Authentication and Authorization-PART 3
- Spring Security Basics: Implementing Authentication and Authorization-PART 4
Запросы для проверки:
- http://localhost:8080/api/hello (общий доступ)
- http://localhost:8080/api/protected (доступ для авторизованных пользователей)
- http://localhost:8080/api/admin (доступ для пользователя admin)