Jakub Leško

Spring Security with JWT

· 9 min reading

Spring Security with JWT Spring Security’s default behavior is easy to use for a standard web application. It uses cookie-based authentication and sessions. Also, it automatically handles CSRF tokens for you (to prevent man in the middle attacks). In most cases you just need to set authorization rights for specific rou…

Read more →