Skip to content

Releases: cloudentity/oauth2c

v1.16.0

20 Aug 13:34
2d3ad7c
Compare
Choose a tag to compare

Changelog

v1.15.0

16 Jul 10:25
Compare
Choose a tag to compare

Changelog

  • f6c72a2 Add origin header only for none auth method
  • 176eaa4 Fix goreleaser
  • bbe0b8a Make it possible to configure server endpoints manually (#110)

v1.14.0

28 May 10:19
Compare
Choose a tag to compare

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

26 Jan 09:34
1777dd0
Compare
Choose a tag to compare

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

v1.12.3

11 Dec 12:16
4c05f4d
Compare
Choose a tag to compare

Changelog

v1.12.2

01 Dec 08:31
2116c28
Compare
Choose a tag to compare

Changelog

  • 69b50d2 Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#87)
  • 2116c28 Change the CLI name to match the project name (#88)

v1.12.1

02 Nov 12:07
b9fe101
Compare
Choose a tag to compare

Changelog

v1.12.0

29 Sep 15:19
d4bda65
Compare
Choose a tag to compare

Changelog

v1.11.0

15 Sep 11:21
Compare
Choose a tag to compare

Changelog

v1.10.1

12 Sep 11:37
f16db6b
Compare
Choose a tag to compare

Changelog

  • da283e8 Fix docs
  • 9db2f3b Merge pull request #69 from cloudentity/feature/rar-token-response
  • f16db6b Parse signing key and encryption key only if JARM response is present (#71)
  • dbfe558 Update README.md (#68)
  • 38ae26f add authorization_details to /token response