Two simple maven springboot project, with basic spring security implemented, easy to understand for beginers
- Project 1(spring secutiy stateless) has secutity config file, with user password cofigured there only and uses http basic stateless security for aunthentication and authorization
- Project 2(spring security) uses, in memory H2 dB to store credentials and uses Http basic security for aunthentication and authorization
- Project 3 uses jwt as auth mechanism