You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue where my nest app is returning a 401 when passed a token which should still be valid. If I use offline validation, it works as expected. If I use online, the only logging output I get is the following:
I have an issue where my nest app is returning a 401 when passed a token which should still be valid. If I use offline validation, it works as expected. If I use online, the only logging output I get is the following:
Which tells me nothing about why I get a 401. If I use an actually expired or invalid token I get useful logs telling me why.
The text was updated successfully, but these errors were encountered: