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
make all UserAgent checks case-insensitive (#4)
* Handle alternate case for docker and Go user-agents
Some docker instances are unable to login through Beyond. That's because the user-agent is spelled with a D instead of a d.
Examples of these user-agents include:
- Docker-Client/20.10.7 (darwin)
- Docker-Client/nerdctl-v0.12.1 (linux)
* Update to use ToLower
Co-authored-by: LeoChen <lchen@cogolabs.com>