Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.33 KB

File metadata and controls

44 lines (34 loc) · 1.33 KB

Security-Spring-inMemory

Spring Security - Authentication and Authorization in memory

Requisitos

  • Java 8
  • Maven 3.0
  • Eclipse
  • Spring Boot

Dependencias del proyecto SpringBoot

  • Spring Security
  • Spring Web
  • Thymeleaf
  • Spring Boot DevTools

Rol

  • ADMIN
  • MANAGER
  • EMPLOYEE

User and Password

  • user: adm -> password: adm
  • user: man -> password: man
  • user: emp -> password: emp

Path

ADMIN MANAGER EMPLOYEE
http://localhost:8080/login SI SI SI
http://localhost:8080/home SI SI SI
http://localhost:8080/welcome SI SI SI
http://localhost:8080/admin SI N0 NO
http://localhost:8080/mgr NO SI NO
http://localhost:8080/common NO SI SI
http://localhost:8080/emp NO NO SI

Screenshot

Screenshot 2021-06-25 at 13-35-28 Please sign in Screenshot 2021-06-25 at 13-35-54 Spring Security - Gustavo Ortiz Screenshot 2021-06-25 at 13-36-44 Spring Security