All notable changes to this project will be documented in this file.
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