Releases: cloudentity/oauth2c
Releases · cloudentity/oauth2c
v1.17.0
Changelog
- c283174 Bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.1
- 5768bf0 Merge pull request #115 from cloudentity/dependabot/go_modules/github.com/golang-jwt/jwt/v4-4.5.1
- 9a0b6fe Merge pull request #117 from cloudentity/feature/authentication-code
- 98e2f21 add authentication_code param for passwordless authentication
- 65acf39 remove url
v1.16.0
v1.15.0
v1.14.0
Changelog
- 64ca85a Add Origin header for Azure SPA authorization code flow with PKCE (#108)
- f387af0 Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 (#102)
- 388d5d9 Bump golang.org/x/net from 0.17.0 to 0.23.0 (#107)
- f6134db Fix docs URL
- 8114b9d Merge pull request #106 from igitur/fix-docs-url
- 229f120 Merge readme with examples (#100)
- d3362cb Refactor
v1.13.0
Changelog
- 1777dd0 Add support for tls callback (#99)
- c5e2055 Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 (#92)
- fedb9f6 Bump golang.org/x/net from 0.10.0 to 0.17.0 (#97)
- 716f308 Config validation (#96)
- 882adc4 Merge pull request #91 from cloudentity/feature/purpose
- f47500c add purpose support