Home

Awesome

Authentication with Fauna

This repository bundles authentication resources together. These contains unofficial patterns, sample code, or tools to help developers build more effectively with [Fauna][fauna]. All [Fauna Labs][fauna-labs] repositories are provided “as-is” and without support. By using this repository or its contents, you agree that this repository may never be officially supported and moved to the [Fauna organization][fauna-organization].


Guidance

More blogs inline along with the resources listed below.

Blueprints

Blueprints are pure FQL solutions that can be set up easily with the Fauna Schema Migrate tool. Since they are pure FQL and no specific backend or framework frontend code, they are typically not the complete solution (e.g. you can not yet send emails from pure FQL, nor set httpOnly cookies). They do provide an easy to set up Fauna API to create such functionality.

Skeleton applications