Skip to content
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

Example 3 - With magic link auth #15

Draft
wants to merge 40 commits into
base: with-faunadb-real-time
Choose a base branch
from

Conversation

Vadorequest
Copy link
Owner

@Vadorequest Vadorequest commented Mar 9, 2021

The canvas dataset is stored in FaunaDB.
Changes to the canvas are real-time and shared with everyone.
Authenticated users see their email being displayed and can login/logout but still share the same document as guests.

Demo: https://poc-nextjs-reaflow-git-with-magic-link-auth-ambroise-dhenain.vercel.app/


Known issues

Concurrent updates: There are a few issues due to concurrent updates overwriting each other (nodes content jumping). This issue has been solved in #12 using a queue of mutations but won't be backported to this example.

@vercel
Copy link

vercel bot commented Mar 9, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/ambroise-dhenain/poc-nextjs-reaflow/DXTiaFUfzXKNdQewXn9oh6N34WQC
✅ Preview: https://poc-nextjs-reaflow-git-with-magic-link-auth-ambroise-dhenain.vercel.app

@Vadorequest Vadorequest changed the base branch from main to with-faunadb-real-time March 9, 2021 00:05
@Vadorequest Vadorequest changed the title With magic link auth Example - With magic link auth Mar 9, 2021
@Vadorequest Vadorequest changed the title Example - With magic link auth Example 3 - With magic link auth Mar 10, 2021
Vadorequest and others added 2 commits March 12, 2021 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants