I’ve started reading about spring, I know the general idea
of how it works so I thought I should learn about spring security first. I’ve
been reading the “spring security tutorial", which is pretty much straight forward, and there was an exercise of using a users database to authenticate the user. In this post I will be creating the users database and hooking it with spring security.