Skip to content

"Guarded" registration with Ory #179

Answered by aeneasr
markus-k asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @markus-k - it sounds like you are looking for an invite functionality where you only invite certain users to your platform. What you can try is to:

  1. Have a form for your invite system (code based, password based, whatever)
  2. Collect basic user information (e.g. email etc)
  3. Create the user in ory kratos: https://www.ory.sh/docs/kratos/manage-identities/create-users-identities
  4. Send recovery code to their account: https://www.ory.sh/docs/kratos/manage-identities/account-recovery#one-time-codes
  5. Done!

Alternatively you could also use the import capability to import the users with their password - this would not work with social sign in:

  1. Have a form for your invite system
  2. Collect user info
  3. C…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by markus-k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants