0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.changeset/nasty-beds-flash.md
Gao Sun 2cbc591ff6
feat: support direct sign-in (#5536)
* feat: support direct sign-in

* chore: add changesets

* refactor: add test cases

* chore(deps): upgrade logto sdks
2024-03-26 13:23:41 +08:00

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 the first_screen parameter.
  • Add extraParamsObjectGuard guard and ExtraParamsObject type for shaping the extra parameters object in the OIDC authentication request.