Deadwood-ai / deadwood-api

Main FastAPI application for the deadwood backend
GNU General Public License v3.0
0 stars 0 forks source link

Expired JWT raises 500 #17

Open mmaelicke opened 3 months ago

mmaelicke commented 3 months ago

If you send a valid, but expired JWT to the server, the backend verification function errors and a raises a gotrue.errrors.AuthError that is not handled. This should be turned in a human readable response to refresh the token

mmaelicke commented 3 months ago

this one is surprisingly complicated and also not of high priority