aswinavofficial / Event-Management-App

1 stars 0 forks source link

Implement Security using Spring Security #16

Closed aswinavofficial closed 3 years ago

aswinavofficial commented 3 years ago

In order to override the default username & password for Basic Auth, add these in the properties file

spring.security.user.name= spring.security.user.password=

aswinavofficial commented 3 years ago

https://www.codejava.net/frameworks/spring-boot/spring-boot-security-role-based-authorization-tutorial

aswinavofficial commented 3 years ago

Done JWT based security