You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-06-23 00:40:46 +02:00
Make signedValue & Validate operate on []byte by default and not assume/cast string. Any casting will be done from callers.