Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 198 Bytes

spring-security.md

File metadata and controls

8 lines (6 loc) · 198 Bytes

Spring security

When securing REST APIs the scheme is as follows:

  • /auth - URL will authenticate the session
  • requests to all other URLS will return 401 unless authenticated

Koko