Skip to content

Releases: rokwire/core-auth-library-go

v1.0.8

04 Apr 19:22
0192e6e
Compare
Choose a tag to compare

Fixed

  • Signature string is missing host and date headers #45

Added

  • Define signature request struct to check signatures #44

Full Changelog: https://github.com/rokwire/core-auth-library-go/blob/main/CHANGELOG.md

v1.0.7

24 Mar 14:32
Compare
Choose a tag to compare

Added

  • Add first party claim #40
  • Add system claim #39
  • Add support for signature auth to retrieve access tokens #26

Full Changelog: https://github.com/rokwire/core-auth-library-go/blob/main/CHANGELOG.md

v1.0.6

03 Mar 19:50
3c3dc54
Compare
Choose a tag to compare

Changed

  • Improve signature interfaces for request body #29

Fixed

  • Content length header missing when signing request #27

Added

  • Provide permanent claim for external ID #24
  • Add session ID claim #32

Full Changelog: https://github.com/rokwire/core-auth-library-go/blob/main/CHANGELOG.md

v1.0.5

21 Dec 22:44
33ace99
Compare
Choose a tag to compare

Added

  • Standardize fetching certain data from a remote auth service #20
  • Link service accounts to service registrations #19

Full Changelog: https://github.com/rokwire/core-auth-library-go/blob/main/CHANGELOG.md

v1.0.4

03 Dec 22:09
1a8fa71
Compare
Choose a tag to compare

Added

  • Write unit tests for sigauth package #17
  • Check request signatures with any public key #13

Full Changelog: https://github.com/rokwire/core-auth-library-go/blob/main/CHANGELOG.md

v1.0.3

23 Nov 15:51
185ff14
Compare
Choose a tag to compare

v1.0.2

11 Nov 16:24
79b08a4
Compare
Choose a tag to compare

Added

  • Service token claim #9
  • Name in token claims #7

Full Changelog: https://github.com/rokwire/core-auth-library-go/blob/main/CHANGELOG.md

v1.0.1

19 Oct 20:49
c84b0ab
Compare
Choose a tag to compare

Added

  • Add an "authenticated" claim #3

Full Changelog: https://github.com/rokwire/core-auth-library-go/blob/main/CHANGELOG.md

v1.0.0

12 Oct 20:19
Compare
Choose a tag to compare

Initial release