pomerium/internal
Bobby DeSimone 426e003b03
proxy: add JWT request signing support (#19)
- Refactored middleware and request hander logging.
- Request refactored to use context.Context.
- Add helper (based on Alice) to allow middleware chaining.
- Add helper scripts to generate elliptic curve self-signed certificate that can be used to sign JWT.
- Changed LetsEncrypt scripts to use acme instead of certbot.
- Add script to have LetsEncrypt sign an RSA based certificate.
- Add documentation to explain how to verify headers.
- Refactored internal/cryptutil signer's code to expect a valid EC priv key.
- Changed JWT expiries to use default leeway period.
- Update docs and add screenshots.
- Replaced logging handler logic to use context.Context.
- Removed specific XML error handling.
- Refactored handler function signatures to prefer standard go idioms.
2019-01-22 21:44:22 -08:00
..
cryptutil proxy: add JWT request signing support (#19) 2019-01-22 21:44:22 -08:00
fileutil initial release 2019-01-02 12:13:36 -08:00
https proxy: add JWT request signing support (#19) 2019-01-22 21:44:22 -08:00
httputil Improve test coverage. (#8) 2019-01-11 13:49:28 -10:00
log proxy: add JWT request signing support (#19) 2019-01-22 21:44:22 -08:00
middleware proxy: add JWT request signing support (#19) 2019-01-22 21:44:22 -08:00
options initial release 2019-01-02 12:13:36 -08:00
sessions internal/cryputil: combines aead and cryptutil packages. 2019-01-18 11:55:04 -08:00
singleflight initial release 2019-01-02 12:13:36 -08:00
templates Added gif to the readme. 2019-01-04 18:25:03 -08:00
testutil initial release 2019-01-02 12:13:36 -08:00
version initial release 2019-01-02 12:13:36 -08:00