vmware-archive / gangway

An application that can be used to easily enable authentication flows via OIDC for a kubernetes cluster.
Apache License 2.0
410 stars 112 forks source link

[fixes bug #145] make state url safe #146

Closed paulczar closed 3 years ago

paulczar commented 4 years ago

state is not url safe. Occaisionally the base64 provides a string with a + or other character that is mangled when passing back and forth. making it url safe fixes this.

fixes #145

Signed-off-by: Paul Czarkowski username.taken@gmail.com

johnharris85 commented 4 years ago

LGTM