Caleb Doxsey
|
facf9ab093
|
hpke: compress query string (#4147)
* hpke: compress query string
* only use v2 in authenticate if v2 was used for the initial request
* fix comment
|
2023-05-02 14:12:34 -06:00 |
|
Caleb Doxsey
|
bbed421cd8
|
config: remove source, remove deadcode, fix linting issues (#4118)
* remove source, remove deadcode, fix linting issues
* use github action for lint
* fix missing envoy
|
2023-04-21 17:25:11 -06:00 |
|
Denis Mishin
|
ccf15f8f3d
|
move hpke public key handler out of internal (#4065)
|
2023-03-20 10:37:00 -04:00 |
|
Caleb Doxsey
|
0f295d4a63
|
hpke: move published public keys to a new endpoint (#4044)
|
2023-03-08 09:17:04 -07:00 |
|
Denis Mishin
|
a49f86d023
|
use tlsClientConfig instead of custom dialer (#3830)
* use tlsClientConfig instead of custom dialer
* rm debug log
|
2022-12-27 09:55:36 -07:00 |
|
Caleb Doxsey
|
3e892a8533
|
options: support multiple signing keys (#3828)
* options: support multiple signing keys
* fix controlplane method, errors
|
2022-12-22 09:31:09 -07:00 |
|
Caleb Doxsey
|
57217af7dd
|
authenticate: implement hpke-based login flow (#3779)
* urlutil: add time validation functions
* authenticate: implement hpke-based login flow
* fix import cycle
* fix tests
* log error
* fix callback url
* add idp param
* fix test
* fix test
|
2022-12-05 15:31:07 -07:00 |
|
Caleb Doxsey
|
ba07afc245
|
hpke: add HPKE key to JWKS endpoint (#3762)
* hpke: add HPKE key to JWKS endpoint
* fix test, add http caching headers
* fix error message
* use pointers
|
2022-11-23 08:45:59 -07:00 |
|
Caleb Doxsey
|
9e5eaa92c2
|
hpke: add hpke package (#3761)
* hpke: add hpke package
* Update pkg/hpke/url.go
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
* Update pkg/hpke/url.go
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
* Update pkg/hpke/url.go
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
* gofmt
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
|
2022-11-22 10:39:41 -07:00 |
|