Question regarding handling special characters in JWT
Development Environment:
Question regarding handling special characters in JWT
Development Environment:
API can’t access to private endpoints (403 Forbidden) even though user is authenticated
I think what is wrong is my authenticationFilter.
Not able to add jwt as authentication in a springboot application using mysql. SpringBoot: 3.2.5 and spring security: 6.2.4
I am creating an application and want to use jwt as authentication mechanism. I have implemented the security configurations for jwt but its giving 403 for all my request.