All notable changes to this project will be documented in this file.
2.1.0 (2025-01-14)
2.0.0 (2025-01-10)
- changes various type and struct names
- rename Passage struct and ctor signature and remove old Error class (#123)
- remove deprecated code and rename structs and files (#119)
- add parameter guards for Passage constructor (#125) (85d18d0)
- change type and add parameter guard for language in magic link options (#124) (afb86ea)
- changes various type and struct names (d82a3e7)
- remove deprecated code and rename structs and files (#119) (6445861)
- rename Passage struct and ctor signature and remove old Error class (#123) (e4fe6f0)
1.12.0 (2024-12-12)
- add new signatures for user and auth functions (c63c75e)
- add parameter guards (#115) (e61d115)
- add passage error class (#105) (f0e7239)
- adds new fields to the AppInfo and UserInfo structs (94748b5)
- deps update (4448a3e)
- go version from 1.16 --> 1.21 (4448a3e)
- jwt audience validation (#89) (ae2f00d)
- remove JWK re-fetch logic (cf887ab)
- reworks the new create magic link func into three separate functions (#117) (741b260)
- chore: LICENSE file added
- docs: README updated
- docs: update Passage Docs link
- ci: pin gorename to v0.24.0 to avoid conflict with go runtime 1.20.0
- test: fix test user identifier conflict
- chore(deps): bump github.com/lestrrat-go/jwx from 1.2.26 to 1.2.29
- LICENSE file added
- README updated
GetUserByIdentifier
method has been addedListPaginatedUsersItem
model has been added
AppleUserSocialConnection
model has been added
UserEventInfo
has been renamed toUserRecentEvent
- Docs have been moved to
/docs
GithubSocialConnection
has been renamed toGithubUserSocialConnection
GoogleSocialConnection
has been renamed toGoogleUserSocialConnection