Releases: shelmangroup/envoy-oidc-authserver
Releases · shelmangroup/envoy-oidc-authserver
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
Changelog
- fe9936b add goreleaser config
- 4fde873 add manage issue workflow
- f9e870f add release workflow
- 1fcc8db rename ko build artifact
- c095bb3 add initial ci
- 6e3e847 add license file
- dc06cc4 rename project
- 49e5352 sessiondata as protobuf
- d7bf160 Update README.md
- 2531c3e add readme
- 03b8151 fix lint errors
- 03a6359 add source client ip in sessiondata, force reauth if missmatch
- b2d0e35 encrypt secret need to be 32 bytes
- 175fb63 make secure cookie configurable
- e30cfcc lower dex token expiry to 5min
- 853832a make server stateless
- 0e6fd43 initial encrypt functions
- bd220fb enable OPA support
- 8bc8d1d added some TODOs
- 2add980 clean up debug logging
- 55d7adf support PKCE auth flow
- 2b42a3f clean up and added otel collector as dependency
- 0fbc476 add Taskfile
- 1471e3a compose: as we run with host network no need to start this service
- be34cbf fix redirect issues
- 5d963d1 add compose and dev config files
- 524097b initial working auth flow
- cc593e0 reorg oidc config
- a5a6945 fix errors for oidc
- 6657bbb fix logging
- 7314626 fix provider config file
- d15dd19 initial implemententation of session store in service
- c2b651f initial session store
- adae77f rename respone method
- e11782c go mod tidy
- f4980c5 add oidc mock and test callback redirect
- 78f4a27 initial session cookie
- 756367d add initial config file
- 3a12ae5 initial commit