pomerium/internal/cryptutil
Bobby DeSimone c886b924e7
authenticate: use gRPC for service endpoints (#39)
* authenticate: set cookie secure as default.
* authenticate: remove single flight provider.
* authenticate/providers: Rename “ProviderData” to “IdentityProvider”
* authenticate/providers: Fixed an issue where scopes were not being overwritten
* proxy/authenticate : http client code removed.
* proxy: standardized session variable names between services.
* docs: change basic docker-config to be an “all-in-one” example with no nginx load.
* docs:  nginx balanced docker compose example with intra-ingress settings.
* license:  attribution for adaptation of goji’s middleware pattern.
2019-02-08 10:10:38 -08:00
..
testdata initial release 2019-01-02 12:13:36 -08:00
encrypt.go authenticate: use gRPC for service endpoints (#39) 2019-02-08 10:10:38 -08:00
encrypt_test.go internal/cryputil: combines aead and cryptutil packages. 2019-01-18 11:55:04 -08:00
hash.go initial release 2019-01-02 12:13:36 -08:00
hash_test.go initial release 2019-01-02 12:13:36 -08:00
marshal.go proxy: add JWT request signing support (#19) 2019-01-22 21:44:22 -08:00
marshal_test.go proxy: add JWT request signing support (#19) 2019-01-22 21:44:22 -08:00
sign.go proxy: add JWT request signing support (#19) 2019-01-22 21:44:22 -08:00
sign_test.go proxy: add JWT request signing support (#19) 2019-01-22 21:44:22 -08:00