Skip to content

Instantly share code, notes, and snippets.

@vikramrojo
Last active October 18, 2019 14:09
Show Gist options
  • Save vikramrojo/692c1f4979e5e22a0a4415f6a82f1546 to your computer and use it in GitHub Desktop.
Save vikramrojo/692c1f4979e5e22a0a4415f6a82f1546 to your computer and use it in GitHub Desktop.
Email Verify Blocked&
Email Verify Blocked&
Signup
submit -> Verify Email
Join
submit -> Verify Email
Login
verified -> App
unverified -> Blocked App
legacy unverified -> App
Invited
# Similar to magic link
submit -> App
SSO
login -> App
App
verify email reminder -> Email
logout -> Email Verify Blocked
Full Features
Blocked App
features -> Verify Email
# send or preclear verified emails
verify email reminder -> Email
logout -> Email Verify Blocked
Verify Email
Email
magic link logged in -> App
# Success banner triggered but logged out
magic link logged out -> Login
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment