Last Update: 05.02.2018. By Jens in API Series | APIs | Newsletter
Our API works now. We can register a new user, log in via the API, authenticate via token in a header and can work with the kanban board. So, we are done for now.
Last Update: 02.02.2018. By Jens in API Series | APIs | Newsletter
Now that we can register a new user and login, it is time for assigning boards to the logged in user.
Last Update: 01.02.2018. By Jens in API Series | APIs | Newsletter
We will be using Spring Session with a JDBC storage and use the same database as for the rest of the application.
Last Update: 01.02.2018. By Jens in Developers Life | Learning
Microservices are not the holy grail of software development as many devs and managers see them. They don’t solve all your problems at once, not even the tech ones. Yet, they follow a fad blindly again. Yesterday it was Agile and SOA, today it’s still microservices and cloud. Instead of solutions, many find themselves facing new problems; worse problems.
Last Update: 31.01.2018. By Jens in API Series | APIs | Newsletter
The API will expose endpoints for login and register new users.
Last Update: 30.01.2018. By Jens in API Series | APIs | Newsletter
Now, we are ready to set up the user and configure Spring Security to protect our API.
Last Update: 29.01.2018. By Jens in API Series | APIs | Newsletter
Now we are ready to add users. We can do it two ways.
Last Update: 26.01.2018. By Jens in API Series | APIs | Newsletter
In this episode, we are adjusting the model.
Last Update: 25.01.2018. By Jens in API Series | APIs | Newsletter
Yesterday we updated the endpoints in the API and today I was going to implement it in RAML and let the generator we use to create the Spring MVC code. However, I had another problem with the generator again as it wasn’t generating the createTask method anymore because I put the boardId in the path. Besides that, the code started to get messy with no added benefit anymore.
Last Update: 24.01.2018. By Jens in API Series | APIs | Newsletter
Before we implement any security, let’s step back and add multiple kanban boards for a user.