mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
2cbc591ff6
* feat: support direct sign-in * chore: add changesets * refactor: add test cases * chore(deps): upgrade logto sdks
359 B
359 B
@logto/schemas |
---|
minor |
add oidc params variables and types
- Add
ExtraParamsKey
enum for all possible OIDC extra parameters that Logto supports. - Add
FirstScreen
enum for thefirst_screen
parameter. - Add
extraParamsObjectGuard
guard andExtraParamsObject
type for shaping the extra parameters object in the OIDC authentication request.