mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
10 lines
359 B
Markdown
10 lines
359 B
Markdown
|
---
|
||
|
"@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 the `first_screen` parameter.
|
||
|
- Add `extraParamsObjectGuard` guard and `ExtraParamsObject` type for shaping the extra parameters object in the OIDC authentication request.
|