All Projects → nhost → hasura-auth

nhost / hasura-auth

Licence: MIT license
Authentication for Hasura.

Programming Languages

typescript
32286 projects
PLpgSQL
1095 projects
HTML
75241 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to hasura-auth

CovidVaccineNotifier
Get notified with available vaccination centres via SMS
Stars: ✭ 21 (-92.39%)
Mutual labels:  sms, hacktoberfest2022
plivo
This package enables to send message or OTP to any mobile.This package uses external plivo api.
Stars: ✭ 20 (-92.75%)
Mutual labels:  sms
Easy Sms
📲 一款满足你的多种发送需求的短信发送组件
Stars: ✭ 2,646 (+858.7%)
Mutual labels:  sms
Quizzon
Quizzon: Create and play quizzes free
Stars: ✭ 48 (-82.61%)
Mutual labels:  hacktoberfest2022
Nexmo Laravel
Add Nexmo functionality such as SMS and voice calling to your Laravel app with this Laravel Service Provider.
Stars: ✭ 250 (-9.42%)
Mutual labels:  sms
SmsForwarder
短信转发器——监控Android手机短信、来电、APP通知,并根据指定规则转发到其他手机:钉钉群自定义机器人、钉钉企业内机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。包括主动控制服务端与客户端,让你轻松远程发短信、查短信、查通话、查话簿、查电量等。(V3.0 新增)PS.这个APK主要是学习与自用,如有BUG请提ISSUE,同时欢迎大家提PR指正
Stars: ✭ 8,386 (+2938.41%)
Mutual labels:  sms
Nekosms
A pattern-based text message blocker for Android.
Stars: ✭ 206 (-25.36%)
Mutual labels:  sms
BulkSMSSender
Bulk SMS Sender is a small and powerful open source android application that enables users to send generic and customized SMS messages through their carrier network to contacts that are listed in a Text input file.
Stars: ✭ 55 (-80.07%)
Mutual labels:  sms
pacstall
An AUR-inspired package manager for Ubuntu
Stars: ✭ 842 (+205.07%)
Mutual labels:  hacktoberfest2022
sms
Student Management System With Php
Stars: ✭ 26 (-90.58%)
Mutual labels:  sms
advancedSmsManager
Advanced SmsManager is avery handy library for sending sms for single and two sim-card phones with many options.
Stars: ✭ 27 (-90.22%)
Mutual labels:  sms
Stanley
An Android app explorer for developers (extract the manifest and other info from any installed application)
Stars: ✭ 82 (-70.29%)
Mutual labels:  hacktoberfest2022
CodeForces-Solutions
Solutions to CodeForces ProblemSets
Stars: ✭ 47 (-82.97%)
Mutual labels:  hacktoberfest2022
Moriarty Project
This tool gives information about the phone number that you entered.
Stars: ✭ 223 (-19.2%)
Mutual labels:  sms
apostello
sms for your church
Stars: ✭ 62 (-77.54%)
Mutual labels:  sms
Django Sendsms
A simple API to send SMS messages. It is modeled after the django email api.
Stars: ✭ 208 (-24.64%)
Mutual labels:  sms
auth
Authorization for humans
Stars: ✭ 49 (-82.25%)
Mutual labels:  roles
discover-videos
This app is a clone of Netflix app, check out the course http://bit.ly/nextjs-udemy-ankita on how to build this
Stars: ✭ 81 (-70.65%)
Mutual labels:  hasura
CompressorBot
A python based Telegram Bot for Compressing Videos with negligible Quality change
Stars: ✭ 162 (-41.3%)
Mutual labels:  hacktoberfest2022
recipes-next-hasura
A lightweight app to explore and create recipes - Built with Next.js, Hasura, and Chakra-UI
Stars: ✭ 30 (-89.13%)
Mutual labels:  hasura

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].