Skip to content

Releases: passageidentity/passage-go

Release v1.6.0

01 Nov 21:54
13c749f
Compare
Choose a tag to compare
PSG-3120: openAPI codegen (#34)

* feat: use codegen for API requests

* chore: bump version

Release v1.5.0

11 Jul 18:35
d1efa46
Compare
Choose a tag to compare
Merge pull request #33 from passageidentity/psg-2286-magic-link-type

PSG-2286: add type parameter to createMagicLink type

Release v1.4.0

10 Apr 14:43
d4c7057
Compare
Choose a tag to compare
Add Auth Fallback Method Properties (#30)

* feat: add auth fallback method properties

* fix: add comments

* chore: bump version

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 <[email protected]>

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 <[email protected]>

* Update user.go

Co-authored-by: Bert Ramirez <[email protected]>

Co-authored-by: Michael Roberts <[email protected]>
Co-authored-by: Bert Ramirez <[email protected]>

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 <[email protected]>