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

Create simple register flow #1

Open
ukaratas opened this issue Oct 30, 2023 · 0 comments
Open

Create simple register flow #1

ukaratas opened this issue Oct 30, 2023 · 0 comments
Assignees

Comments

@ukaratas
Copy link
Contributor

Purpose

For amoprhie demo application, developing a user register grant flow.

Solution

Implement a zeebe flow and register flow to amoprhie than activate for default client

Workflow(grant-flow ): register-user

stateDiagram-v2

verify: Verify Email Address

[*] --> verify:  register-user  
verify--> verify : resend-otp
verify--> [*] : verify-email
Loading

Transitions

register-user

verify-email

  • Verify the email address entered by sending and verifying the OTP code by mail. If not validated do not change state.

resend-otp

  • resend verification otp mail
@ukaratas ukaratas changed the title Create Simple Register Flow Create simple register flow Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants