Since spring boot security gives us a default mapping to logout, just calling the logout url will be enough
Only thing we have to decide is where do we place the logout button
Preferably in the nav bar? Based of Nielsen's heuristic principles which says that system design should be closer to real world object design. Since most users and websites are accustomed to looking over the navbar for logout, we will be doing the same too.
To-do