pomerium/authenticate
Caleb Doxsey 6d1d2bec54
crypto: use actual bytes of shared secret, not the base64 encoded representation (#2075)
* crypto: use actual bytes of shared secret, not the base64 encoded representation

* return errors

* return errors
2021-04-08 20:04:01 -06:00
..
authenticate.go config: use getters for authenticate, signout and forward auth urls (#2000) 2021-03-19 14:49:25 -06:00
authenticate_test.go config: use getters for authenticate, signout and forward auth urls (#2000) 2021-03-19 14:49:25 -06:00
handlers.go crypto: use actual bytes of shared secret, not the base64 encoded representation (#2075) 2021-04-08 20:04:01 -06:00
handlers_test.go cryptutil: use bytes for hmac (#2067) 2021-04-07 14:57:24 -06:00
middleware.go crypto: use actual bytes of shared secret, not the base64 encoded representation (#2075) 2021-04-08 20:04:01 -06:00
state.go crypto: use actual bytes of shared secret, not the base64 encoded representation (#2075) 2021-04-08 20:04:01 -06:00