landry007 / basic-auth-without-websecurityconfigureradapter

Spring boot basic auth h2 database without websecurityconfigureradapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring boot basic auth h2 database without websecurityconfigureradapter

Postman Collection: https://github.com/gurkanucar/basic-auth-without-websecurityconfigureradapter/blob/master/basic-auth-example.postman_collection.json

Medium Article: https://medium.com/@gurkanucar/spring-security-h2-database-without-websecurityconfigureradapter-fc4a83b6f60d

  • User endpoint (some one can access without auth)
  GET /api/public
  • User endpoint (only authenticated users can access)
  GET /api/auth-required
  • User endpoint (USER and ADMIN role can access)
  GET /api/user
  • Admin endpoint (only ADMIN role can access)
  GET /api/admin
  • Show Me endpoint (only authenticated users can access)
  GET /api/me

About

Spring boot basic auth h2 database without websecurityconfigureradapter


Languages

Language:Java 100.0%