All notable changes to this project will be documented in this file.
3.0.0 (2025-01-14)
- change language type to be more strict in magic link options (#137)
- remove deprecated PassageError ctor (#131)
- remove deprecated AppInfo code from codegen (#127)
- update Passage ctor signature to remove deprecated args (#132)
- remove deprecated methods and classes (#126)
- rename codegen user models (#125)
- change language type to be more strict in magic link options (#137) (f8dccdd)
- export all models from passageidentity (#133) (872ba81)
- make magic link parameter classes kwargs only (#130) (0f1613e)
- remove auth origin comparison from jwt audience validation (#129) (52b6859)
- remove deprecated AppInfo code from codegen (#127) (236c989)
- remove deprecated methods and classes (#126) (d4a531e)
- remove deprecated PassageError ctor (#131) (19b09ca)
- remove PassageError error message prefixes (#136) (596f743)
- rename codegen user models (#125) (7af039c)
- update Passage ctor signature to remove deprecated args (#132) (ac802ca)
2.6.0 (2024-12-12)
- add new method signatures (#105) (9246e3c)
- add parameter guards to all methods to return early on invalid values (83cd628)
- codegen: create magic link request fields are now optional (#115) (b1f164b)
- guard against empty params in deprecated magic link method (f168b8c)
- updates create_magic_link method to use stronger typed parameters (83cd628)
- chore: update README, licensefile, and repository metadata
- chore(deps): remove unused dependencies
- feat: add support for OIDC token validation to authenticateJWT method
GetUserByIdentifier
method has been addedListPaginatedUsersItem
model has been added
- Fixed another issue with the package names generating incorrect names
- Fixed an error where the package
openapi_client
could not be found
AppleUserSocialConnection
model has been added
UserEventInfo
has been renamed toUserRecentEvent
GithubSocialConnection
has been renamed toGithubUserSocialConnection
GoogleSocialConnection
has been renamed toGoogleUserSocialConnection