Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support identifiers, first_screen, direct_sign_in and extra_params sign-in params #32

Merged
merged 7 commits into from
Nov 14, 2024

Conversation

darcyYe
Copy link
Contributor

@darcyYe darcyYe commented Nov 11, 2024

Summary

Add following sign-in params support:

  1. first_screen: This parameter allows you to customize the first screen that users see when they start the authentication process, see reference.
  2. identifiers: should work with first_screen
  3. direct_sign_in: This parameter allows you to skip the first screen and invoke the sign-in process directly, see reference.
  4. extra_params: provides the ability of taking any other extra params

Testing

Tested locally.

Checklist

  • .changeset
  • unit tests
  • integration tests
  • necessary TSDoc comments

@darcyYe darcyYe requested a review from gao-sun November 11, 2024 10:42
@darcyYe darcyYe changed the title feat: support identifiers and first_screen sign-in params feat: support identifiers, first_screen, direct_sign_in and extra_params sign-in params Nov 11, 2024
@darcyYe darcyYe marked this pull request as ready for review November 11, 2024 15:42
samples/sample-blazor/Program.cs Outdated Show resolved Hide resolved
samples/sample-blazor/Program.cs Outdated Show resolved Hide resolved
samples/sample-blazor/Program.cs Outdated Show resolved Hide resolved
samples/sample/Pages/Index.cshtml.cs Show resolved Hide resolved
@darcyYe darcyYe merged commit c1b180f into master Nov 14, 2024
3 checks passed
@darcyYe darcyYe deleted the yemq-support-first-screen-and-identifiers branch November 14, 2024 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants