//
pkg.gl
Category
github.com/elementalvoid/oauth2_proxy
cookie
package
2.0.1+incompatible
Repository:
https://github.com/elementalvoid/oauth2_proxy.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
0
Files
109 SLOC
#
Functions
NewCipher
NewCipher returns a new aes Cipher for encrypting cookie values.
SignedValue
SignedValue returns a cookie that is signed and can later be checked with Validate.
Validate
Validate ensures a cookie is properly signed.
#
Structs
Cipher
Cipher provides methods to encrypt and decrypt cookie values.