Open mmaelicke opened 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
gotrue.errrors.AuthError
this one is surprisingly complicated and also not of high priority
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