Skip to content

Releases: passageidentity/passage-go

Release v1.3.2

07 Dec 21:20
fd40ce5
Compare
Choose a tag to compare
Fix bearer (#28)

* fix: make sure Bearer is first value in Authorization header

* chore: version bump

Release v1.3.1

11 Oct 20:42
a815478
Compare
Choose a tag to compare
fix: bump version (#26)

Co-authored-by: Bert Ramirez <luis.ramirez@passage.id>

v1.3.0

28 Sep 15:34
74d87c4
Compare
Choose a tag to compare
PSG-956 - propogate Api Errors up with the new Error class (#22)

* PSG-956 - propogate Api Errors up with the new Error class

* constant for sonarcloud

* cleanup HTTPError field that is not used

v1.2.3

14 Sep 18:46
9be11bd
Compare
Choose a tag to compare
add locale support to go-sdk (#21)

* add local support to go-sdk

* put language in the requestBody

v1.2.2

02 Sep 14:03
eb00d69
Compare
Choose a tag to compare
Psg 831 (#20)

* Implement Revoke Refresh Tokens

* update endpoint and add test

* fix test

* update app model

* Update app.go

Co-authored-by: Bert Ramirez <13988480+bertrmz@users.noreply.github.com>

* Update user.go

Co-authored-by: Bert Ramirez <13988480+bertrmz@users.noreply.github.com>

Co-authored-by: Michael Roberts <1934806+himichaelroberts@users.noreply.github.com>
Co-authored-by: Bert Ramirez <13988480+bertrmz@users.noreply.github.com>

v1.2.1

19 Aug 17:16
e4363a9
Compare
Choose a tag to compare
Chore: Add workflow_dispatch to run tests workflow & update tests to …

v1.2.0

28 Jul 17:54
f2a3b6a
Compare
Choose a tag to compare
sc-1717/update sdks with model changes (#18)

* update app fields

* add phone verified to User

Co-authored-by: Bert Ramirez <luis.ramirez@passage.id>

v1.1.12

22 Jul 14:04
46b2159
Compare
Choose a tag to compare
add LastLoginAt to device type (#17)

v1.1.11

01 Jun 21:33
6281873
Compare
Choose a tag to compare
add a test to check for a valid auth_token (did not have a test for t…

v1.1.10

20 May 15:33
8a942f9
Compare
Choose a tag to compare
As an SDK user, I want to be able get app information from the SDKs (…