You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
The current invite system creates a new account and provides a recovery link.
This creates a lot of accounts on accident. How ever has access to the link also has access to the account for a short time.
goal
Use registration flow/api for invites. But guard it with an registration token. Which is invalidated after one use.
tasks
guard self registration with an static invite token
allow users to create an invite toke
invalidate invite token after success full registration
current
The current invite system creates a new account and provides a recovery link.
This creates a lot of accounts on accident. How ever has access to the link also has access to the account for a short time.
goal
Use registration flow/api for invites. But guard it with an registration token. Which is invalidated after one use.
tasks
design