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

Support custom page flow during signup and signin steps #2744

Open
hsluoyz opened this issue Feb 25, 2024 · 1 comment
Open

Support custom page flow during signup and signin steps #2744

hsluoyz opened this issue Feb 25, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@hsluoyz
Copy link
Member

hsluoyz commented Feb 25, 2024

For now, we support "prompt" items (aka OAuth items) in signup items table. But it's very limited:

  1. Currently it only supports binding to additional third-party logins. But we want to support all kinds of inputs: text input, drop-down selection, pure HTML static block, etc.
  2. Currently it only supports the current prompt page to show after signup or signin. We also want to support even "custom" pages like signup successful page.
  3. All pages should be managed together and in the same way. Like "Signup items table", "Signin items table", they should be based on the same code instead of implemented separately. Ideally we will have "Prompt items table", "Forget password items table", "Signup successful items table" easily.
  4. We may also need to use work flow as belows to define the transitions between those pages. So embedding a such work flow engine may be required.

image

@casbin-bot
Copy link
Contributor

@casbin-bot casbin-bot added the enhancement New feature or request label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants