Authentication in FaunaDB skeleton repository preview

The skeleton is back and now bases itself on the blueprints provided here and is managed by Fauna Schema Migrate.

You can find the new skeleton here: GitHub - fauna-labs/fauna-auth-skeleton-backend

By relying on blueprints (although slightly modified for this skeleton) we can deliver different features separately and you can mix and match the desired auth features you like in your application. For these blueprints, tests have been written (which are set up via the programmatic API of FSM). The skeleton itself was tested manually, as always, it’s a learning resource primarily. Compared to the old skeleton, a lot was cleaned up and resource management is now done entirely via FSM.

As always, comments, pull requests, implementations in your own FE/BE language are welcome.