-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge auth between posthog.com and Cloud #5847
Comments
Here's how to do this:
|
Additionally what will happen when a user has both an US account and an EU, but wants to use the eu account? That would not be possible. We would require a select-box asking for the instance. |
For your screenshot above @MarconLP (maybe turn this into an RFC so it's easier to comment on the specifics, or link to the tool where you made that diagram) - We store a cookie on posthog.com called We also have a feature flag that tells us if they are in the EU, we can redirect to EU based on that. What is the use-case for someone registering for strapi/posthog.com but without having a posthog app account? Seems quite unlikely and we can essentially avoid the register portion (and avoiding onboarding) if we just assume this isn't a valid use-case. |
This broadly makes sense. We have to be careful about merging users that haven't verified their email. |
What needs to be done:
|
Personas
Open questions
Notes
The text was updated successfully, but these errors were encountered: