redwoodjs / playground-auth

This repo demonstrates all the authentication providers that Redwood supports
https://redwood-playground-auth.netlify.app/
MIT License
34 stars 25 forks source link

Update Nhost Auth Examples to v2 #95

Open dthyresson opened 2 years ago

dthyresson commented 2 years ago

See: https://github.com/redwoodjs/redwood/issues/4357

With v2,

Hasura Backend Plus is replaced by Hasura Auth and Hasura Storage. The new authentication service is very similar to Hasura Backend Plus with one big difference; the users table has been moved to the auth schema and merged with the accounts table. This change was necessary to more easily release new features to Hasura Auth and for customers to track migrations separately from Hasura Auth.

One the PR above is complete, then can implement changes needed to demo.

cc @nunopato