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
All auth service checks throw an exception when trying to call signature.ToUpper. A null signature means an invalid request, but the method should return false rather than throwing a null ref exception.