Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 492 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 492 Bytes

spring-security

Two simple maven springboot project, with basic spring security implemented, easy to understand for beginers

  1. 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
  2. Project 2(spring security) uses, in memory H2 dB to store credentials and uses Http basic security for aunthentication and authorization
  3. Project 3 uses jwt as auth mechanism