Releases: passageidentity/passage-go
Releases · passageidentity/passage-go
Release v1.3.2
Fix bearer (#28) * fix: make sure Bearer is first value in Authorization header * chore: version bump
Release v1.3.1
fix: bump version (#26) Co-authored-by: Bert Ramirez <luis.ramirez@passage.id>
v1.3.0
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
add locale support to go-sdk (#21) * add local support to go-sdk * put language in the requestBody
v1.2.2
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
Chore: Add workflow_dispatch to run tests workflow & update tests to …
v1.2.0
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
add LastLoginAt to device type (#17)
v1.1.11
add a test to check for a valid auth_token (did not have a test for t…
v1.1.10
As an SDK user, I want to be able get app information from the SDKs (…