ali-bouali / spring-boot-3-jwt-security

Sample project on how to implement JWT security based using Spring boot 3 and Spring security 6

Home Page:https://aliboucoding.com/p/securing-your-spring-boot-3-0-applications-with-json-web-tokens-jwt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

403 exception for every exception

pajumbo opened this issue · comments

if I throw a runtime exception,

like
@ResponseStatus(HttpStatus.CONFLICT)
public class ConflictException extends RuntimeException ....

in the response a read 403 forbidden

Amazing video
Thank you very mutch.

Thank you so much for the comment

but... there is something i'm doing wrong?

I have the same problem