Join Slack
Powered by
How to create invite links using kratos , i want t...
# talk-kratos
b
bright-policeman-41717
11/04/2022, 2:46 PM
How to create invite links using kratos , i want to send invite links to my clients and when they click the link they should be redirected to my application also i want to Authorize those persons who are invited by me
b
bulky-architect-22083
11/04/2022, 10:49 PM
You first create user using the following admin endpoint
https://www.ory.sh/docs/kratos/reference/api#tag/v0alpha2/operation/adminCreateIdentity
Then, you use this admin endpoint to create a recovery link and then send them an email (using sendgrid or the like).
https://www.ory.sh/docs/kratos/reference/api#tag/v0alpha2/operation/adminCreateSelfServiceRecoveryLink
b
bright-policeman-41717
11/05/2022, 1:42 AM
Thanks a lot 👍
b
bulky-architect-22083
11/05/2022, 2:28 AM
They will be redirected to the settings page once they click the recovery link and in that page they can set their new password.
9
Views
Open in Slack
Previous
Next