DEV Community

Discussion on: How to add user authentication to your MVP using FaunaDB

Collapse
 
donaldboulton profile image
Donald W. Boulton • Edited

Did this twice and It simply will no do auth.

Its a confusion between Author and User, did this 3 times to same effect. Author on Course is null on page query which is confusing as it works with mutations. Had to add author data manually.

Will update when I figure it out.

Collapse
 
sandorturanszky profile image
Sandor | tutorialhell.dev

What exactly did not work? I posted only working code hence I can prove it works.

Thread Thread
 
donaldboulton profile image
Donald W. Boulton

HAs something to do with membership I will figure it out.