-
-
Notifications
You must be signed in to change notification settings - Fork 685
Open
Labels
Description
When a user clicks an invite link and accepts it in email and end up on:
https://[db-name].dexie.cloud/accept-invite?code=...
they remain on that Dexie Cloud page. There is currently no way to redirect the to my app/site after a successful acceptance. This creates friction.
Requested Feature
Add support for a redirectUrl parameter when sending invites, or a global DB-level/project-level setting that specifies a URL to redirect the user to after a successful acceptance.
Example:
db.cloud.inviteUser(email, {
roles: [...],
redirectUrl: "https://myapp.com/welcome"
});Or alternately:
- A redirect field in the invite object
- A configurable setting in Dexie Cloud Manager
- A query parameter appended to the invite URL itself
Reason / Use Case
- Smoother onboarding UX
- Essential for mobile/webapps that need to continue setup immediately after acceptance
dfahlander
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status