Tag Archives: JWT

Validating JWT with Spring Boot and Spring Security

For my current project I will have a REST API set up with Spring Boot (most likely running with BoxFuse). To be able to use the API endpoint the application will check that the incoming request has a valid JWT … Continue reading

Posted in Security, Spring Framework | Tagged , , , , | Comments Off on Validating JWT with Spring Boot and Spring Security