mirror of
https://github.com/zhigang1992/hasura-backend-plus.git
synced 2026-01-12 17:22:59 +08:00
* allow for anonymous users to signin * added AUTH_ANONYMOUS_USERS_ACTIVE * new migrations and metadata for hasura v1.2.0 * new workflow for applying hasuar migrations and metadata * update on how to apply migrations and metadata * fix(auth): new_email must be of citext type in GQL queries * refactor: use node 12 in all dockerfiles * fix: use hasura v1.2.0 everywhere * style: remove console.log * refactor: allow using multiple sets of migrations, and load mock test migrations when test starts Co-authored-by: Pierre-Louis Mercereau <24897252+plmercereau@users.noreply.github.com>