All notable changes to this project will be documented in this file.
1.0.0 (2025-01-14)
- change language type to be more strict in magic link options (#104)
- use enums instead of strings for magic link parameters
- change codegen to use php 8.1
- updates minimum PHP supported version from 7.4 to to 8.1
- remove deprecated AppInfo code from codegen (#93)
- remove deprecated code (#94)
- adds parameter guards to the Passage constructor (#101) (a2d8209)
- change codegen to use php 8.1 (8165668)
- change language type to be more strict in magic link options (#104) (8683ff1)
- remove deprecated AppInfo code from codegen (#93) (cdf10d0)
- remove deprecated code (#94) (6345490)
- remove unnecessary tests from codegen output (#97) (1ff2fc0)
- updates minimum PHP supported version from 7.4 to to 8.1 (af384d7)
- use enums instead of strings for magic link parameters (8165668)
0.5.0 (2024-12-12)
- add new classes for PassageUser, CreateUserArgs, and UpdateUserArgs (#90) (7afac85)
- add parameter guards (#89) (9317085)
- adds audience validation when validating a jwt (#87) (1700bce)
- adds new classes and method signatures (#86) (308894c)
- codegen: create magic link request fields are now optional (#88) (90fb5e3)
- Update to the new README template, updated license, updated metadata in composer.json
Passage-Version
header added to all API requests
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
- Support for Github and Google login.
- Github action to run tests.
vlucas/phpdotenv
is now a dev dependancy.- API auth method name changes.
- Wrap generated routes to no longer require app id on every function call.
- Created the PHP SDK.