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
Should have brought this up on #52, but I'm a bit uncomfortable with having an Eq instance for SecureToken - it seems like the kind of thing that's inevitably going to get misused. I'd like to either drop the Eq instance or replace it with a ConstEq instance. Thoughts @nhibberd?