Releases: boxboat/okta-nginx
Releases · boxboat/okta-nginx
Release v1.1.0
What's Changed
- Add the ability to configure the scopes passed to the auth by @matthewdevenny in #32
- Bump github.com/lestrrat-go/jwx from 1.2.26 to 1.2.28 by @dependabot in #35
- Bump github.com/lestrrat-go/jwx from 1.2.28 to 1.2.29 by @dependabot in #36
- Feature/update versions add ghcr by @matthewdevenny in #38
- Feature/update versions by @matthewdevenny in #41
- Update master by @matthewdevenny in #42
New Contributors
- @dependabot made their first contribution in #28
Full Changelog: 1.0.0...v1.1.0
Release 1.1.0-rc2
Updates:
- Adds #30
- Updates dependencies
Release 1.0.0
Updates:
- Use ID Token instead of Access Token #22
- Contact Metadata URL to configure Okta endpoints #22
- Add optional script to update config at interval #22
- Update refresh.js script to prevent repeated refreshes in Safari if cookie could not be refreshed #22
- Improve NGINX forwarded header detection #23
- Update upgrade to use nginx sample #24
- nginx -> 1.22.1 #25
- go -> 1.19.6 #25
- package updates for sprig and okra-jwt-verifier-golang #25
1.0.0-rc5
Updates:
- nginx -> 1.22.1
- go -> 1.19.6
- package updates for sprig and okra-jwt-verifier-golang
1.0.0-rc4
- Update upgrade to use nginx sample
1.0.0-rc3
- Fix detection for X-Forwarded-Port
1.0.0-rc2
- Update refresh.js script to prevent repeated refreshes in Safari if cookie could not be refreshed
- Improve NGINX forwarded header detection
1.0.0-rc1
- Use ID Token instead of Access Token
- Contact Metadata URL to configure Okta endpoints
- Add optional script to update config at interval
0.2
- Last release storing Access Token in Cookie, future releases will switch to ID Token
0.1
- Initial Release