Closed mgesmundo closed 6 years ago
If that is the desired behaviour for your application you can customize the JWT verifier.
Yes of course I customized the verifier. My thought was only on what was the best error message for the use case: maybe they are both correct. Thank you for your awesome framework!
Thanks. I think we leave it like it is for now since it is a potentially breaking change and there is a fairly straightforward solution.
Hi there,
I think that the verifier should not return the error on 404 finding a missing identity. The use case:
I think that the verifier should return 401 with Unknown user. It is a wrong though? All the best!