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
Although this is a quite unlikely scenario, the auth.Handler will panic, caused by line 412 in auth.go, if the refresh token is not sent with the request.
Maybe error branching after calling err := auth.Process() instead of just checking for not err != nil would be a viable solution?
Kind Regards
The text was updated successfully, but these errors were encountered:
Hello there
Although this is a quite unlikely scenario, the auth.Handler will panic, caused by line 412 in
auth.go
, if the refresh token is not sent with the request.Maybe error branching after calling
err := auth.Process()
instead of just checking for noterr != nil
would be a viable solution?Kind Regards
The text was updated successfully, but these errors were encountered: