Skip to content

gustavo-lib/Security-Spring-inMemory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Spring Security - Authentication and Authorization in memory

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published