login-registration-backend icon indicating copy to clipboard operation
login-registration-backend copied to clipboard

Results 9 login-registration-backend issues
Sort by recently updated
recently updated
newest added

FYI -- .../src/main/java/com/demo/security/config/WebSecurityConfig.java:17:40 java: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter in org.springframework.security.config.annotation.web.configuration has been deprecated Notated Here: https://github.com/spring-projects/spring-security/commit/e97c6438705172c64be8f10ddce9dd7b10357126#diff-1f087c7ac3aa768e19af9c74e4a21899696a8a4f7c89c9aff07e55792050cda6R97 This prevents me from following your tutorial listed here: https://www.youtube.com/watch?v=QwQuro7ekvc Please address when time permits.

## Login-registration-backend In the RegistrationRequest class files found an issue when going through your course, Now a days we have to use the default constructor concept. I have added default...

It would be nice to add swagger to the API :)

changed password to Password

AssalamuAlykum! WebSecurityConfigurerAdapter this guy is deprecated so changing it to SecurityFilterChain as of Spring Security 5.4, it's recommended to use the SecurityFilterChain bean for configuration