Pierre-Louis Mercereau fc9dba4887 ci: try realpath
2022-12-12 08:34:29 +01:00
2022-12-07 22:33:50 +01:00
2022-12-12 08:34:29 +01:00
2021-07-26 09:11:31 +02:00
2022-11-14 19:12:45 +01:00
2021-07-10 01:10:06 +00:00
2021-06-21 07:39:56 +00:00
2022-01-24 08:30:20 +01:00
2021-06-21 07:39:56 +00:00
2021-07-29 10:33:01 +02:00
2022-12-07 22:33:50 +01:00
2022-12-07 22:25:05 +01:00
2021-06-21 07:39:56 +00:00
2022-12-07 22:33:50 +01:00
2022-10-19 22:57:33 +02:00

Hasura Auth

Authentication for Hasura

license: MIT commitizen: friendly code style: prettier

Core Features

  • 🧑‍🤝‍🧑 Users are stored in Postgres and accessed via GraphQL
  • 🔑 Multiple sign-in methods.
  • Integrates with GraphQL and Hasura Permissions
  • 🔐 JWT tokens and Refresh Tokens.
  • ✉️ Emails sent on various operations
  • Optional checking for Pwned Passwords.
  • 👨‍💻 Written 100% in TypeScript.

Sign in methods

  • Email and Password - simple email and password method.
  • Email - also called passwordless email or magic link.
  • SMS - also called passwordless sms.
  • Anonymous - sign in users without any method. Anonymous users can be converted to regular users.
  • OAuth providers: Facebook, Google, GitHub, Twitter, Apple, Azure AD, LinkedIn, Windows Live, Spotify, Strava, GitLab, BitBucket, Discord, WorkOS.
  • Security keys with WebAuthn

Deploy Hasura Auth in Seconds

Use Nhost to start using Hasura Auth in seconds.

Using Docker-compose

git clone https://github.com/nhost/hasura-auth.git
cd hasura-auth
cp .env.example .env
docker-compose -f docker-compose-example.yaml up

Configuration

Read our configuration guide to customise the Hasura Auth settings.

Workflows

Recipes

Reference

🤝 Contributing

Contributions and issues are welcome. Please have a look at the developer's guide if you want to prepare a pull request.

Feel free to check the issues page.

Show your support

Give a if this project helped you!

📝 License

This project is MIT licensed.

Languages
TypeScript 67.8%
Go 17.5%
HTML 6.8%
CSS 1.9%
Vue 1.8%
Other 4%