Caleb Doxsey
|
fae02791f5
|
cryptutil: move to pkg dir, add token generator (#1029)
* cryptutil: move to pkg dir, add token generator
* add gitignored files
* add tests
|
2020-06-30 15:55:33 -06:00 |
|
Bobby DeSimone
|
ba14ea246d
|
*: remove import path comments (#545)
- import path comments are obsoleted by the go.mod file's module statement
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
|
2020-03-16 10:13:47 -07:00 |
|
Bobby DeSimone
|
06433e0d53
|
internal/cryptutil: standardize leeway to 5 mins (#476)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
|
2020-02-01 09:32:43 -08:00 |
|
Bobby DeSimone
|
d3d60d1055
|
all: support route scoped sessions
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
|
2019-11-06 17:54:15 -08:00 |
|
Bobby DeSimone
|
7c755d833f
|
authenticate: encrypt & mac oauth2 callback state
- cryptutil: add hmac & tests
- cryptutil: rename cipher / encoders to be more clear
- cryptutil: simplify SecureEncoder interface
- cryptutil: renamed NewCipherFromBase64 to NewAEADCipherFromBase64
- cryptutil: move key & random generators to helpers
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
|
2019-09-23 19:15:52 -07:00 |
|