Tag Archives: REST

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

Make running your Spring Boot application in the cloud super easy with Boxfuse

A few days ago I started building an iOS app that would be using a REST API to retrieve and store data. This REST API would be a server application that I also have to build. Since I am familiair … Continue reading

Posted in AWS, Spring Framework | Tagged , , , , | 3 Comments