spring-boot-security-login
spring-boot-security-login copied to clipboard
Spring Boot + Spring Security: Login and Registration example with JWT, H2 Database and HttpOnly Cookie
Your tutorial was so easy and amazing. i don't need a lot of time to implement your tutorial. But how about make dynamically role with create Role CRUD and set...
This is not a bug, just a slight oversight in the directions and perhaps some naivety on my part. The image merely implies posting the required parameters appearing to be...
i always face this problem http://127.0.0.1:8080/api/auth/all {"path":"/error","error":"Unauthorized","message":"Full authentication is required to access this resource","status":401}
I did the tutorial on this link to Spring Boot 3. Everything is fine with register and auth. I got the cookie but when I tried access _/api/test/mod_ I got...
cookies are maintaining token information and username and password informatino, So, principal user details are obtained from the cookie information a clever user can easily manipulate the cookie information and...
Hi, I found out that I cannot send post requests using AuthController, but get requests are working using TestController. Can you help find an issue? After sending any GET/POST request...