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

[FR] Authenticator: hideSignIn #5157

Open
1 of 2 tasks
jxdp opened this issue Apr 12, 2024 · 1 comment
Open
1 of 2 tasks

[FR] Authenticator: hideSignIn #5157

jxdp opened this issue Apr 12, 2024 · 1 comment
Labels
Authenticator An issue or a feature-request for an Authenticator UI Component feature-request Request a new feature

Comments

@jxdp
Copy link

jxdp commented Apr 12, 2024

On which framework/platform would you like to see this feature implemented?

React

Which UI component is this feature-request for?

Authenticator

Please describe your feature-request in detail.

I want a hideSignIn flag so that:

  • I can use the Authenticator for only sign up on some pages
  • I can use the Authenticator for only sign in on some pages (this already exists, hideSignUp)
  • if I want sign up and sign in, I can have more control over the appearance (eg by toggling hideSignIn and hideSignUp and using the useAuthenticator transition functions)

Please describe a solution you'd like.

<Authenticator hideSignIn /> (with initialState being set automatically to signUp)

We love contributors! Is this something you'd be interested in working on?

  • 👋 I may be able to implement this feature request.
  • ⚠️ This feature might incur a breaking change.
@jxdp jxdp added the feature-request Request a new feature label Apr 12, 2024
@github-actions github-actions bot added the pending-triage Issue is pending triage label Apr 12, 2024
@reesscot reesscot added Authenticator An issue or a feature-request for an Authenticator UI Component and removed pending-triage Issue is pending triage labels Apr 12, 2024
@reesscot reesscot changed the title hideSignIn [FR] Authenticator: hideSignIn Apr 16, 2024
@jxdp
Copy link
Author

jxdp commented May 17, 2024

@reesscot Looking through the codebase, it looks like this might already exist for some platforms. Would you accept a PR adding it to the react implementation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Authenticator An issue or a feature-request for an Authenticator UI Component feature-request Request a new feature
Projects
None yet
Development

No branches or pull requests

2 participants