currentAuthenticatedUser is returning null in JWT Generate Filter in Spring Boot
I’m working on a Spring Boot project where I’m implementing JWT-based authentication. However, I’m facing an issue where **currentAuthenticatedUser **is returning null in my JWT generate filter class. Here’s a brief overview of my setup:
i got ” Logging out [null] ” when i do log out [ spring security
i tried many time to discover where is the probleme in ma code , but i cannot get it . normally when the user do log out the value of disable and expire should be 1 (true) . nothing is changing when i searched i found that this error
Stop spring security’s auto-generating password
i was tring to add authentication for my website using spring security i tried to stop auto-generating password of spring security the code has no error but the i could’nt stop password generation