spring-boot-login-mongodb
spring-boot-login-mongodb copied to clipboard
Spring Boot & MongoDB Login and Registration example with JWT, Spring Security, Spring Data MongoDB
After cloning the project: 2024-05-30T15:19:24.108+02:00 ERROR 92416 --- [ main] o.s.b.web.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'webSecurityConfig': Unsatisfied dependency expressed through field...
When trying to test the /api/auth/signup end point using HTTPie I'm getting an error from the AuthController. I liked the idea of having the roles from your implementation, and omitting...