Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add Authgear to Readme file #122

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ This curated [![Awesome](https://awesome.re/badge-flat.svg)](https://github.com/

<!-- mdformat-toc start --slug=github --no-anchors --maxlevel=6 --minlevel=2 -->

- [Contents](#contents)
- [Overview](#overview)
- [Security](#security)
- [Account Management](#account-management)
Expand All @@ -69,7 +70,7 @@ This curated [![Awesome](https://awesome.re/badge-flat.svg)](https://github.com/
- [SMS-based](#sms-based)
- [Public-Key Infrastructure (PKI)](#public-key-infrastructure-pki)
- [JWT](#jwt)
- [OAuth2 & OpenID](#oauth2--openid)
- [OAuth2 \& OpenID](#oauth2--openid)
- [SAML](#saml)
- [Authorization](#authorization)
- [Policy models](#policy-models)
Expand All @@ -78,7 +79,7 @@ This curated [![Awesome](https://awesome.re/badge-flat.svg)](https://github.com/
- [Macaroons](#macaroons)
- [Secret Management](#secret-management)
- [Hardware Security Module (HSM)](#hardware-security-module-hsm)
- [Trust & Safety](#trust--safety)
- [Trust \& Safety](#trust--safety)
- [User Identity](#user-identity)
- [Fraud](#fraud)
- [Moderation](#moderation)
Expand All @@ -95,6 +96,8 @@ This curated [![Awesome](https://awesome.re/badge-flat.svg)](https://github.com/
- [UX/UI](#uxui)
- [Competitive Analysis](#competitive-analysis)
- [History](#history)
- [Contributing](#contributing)
- [Footnotes](#footnotes)

<!-- mdformat-toc end -->

Expand Down Expand Up @@ -356,6 +359,8 @@ The old *OpenID* is dead; the new *OpenID Connect* is very much not-dead.

- [PKCE Explained](https://www.loginradius.com/blog/engineering/pkce/) - “PKCE is used to provide one more security layer to the authorization code flow in OAuth and OpenID Connect.”

- [Authgear](https://www.authgear.com/) - an identity-as-a-service (IDaaS) platform with a bunch of open-source SDKs for web and mobile applications(Android, IOS, Flutter, Xamarin, React, SPA and more). It usually involves just a few lines of code to enable multiple authentication methods, such as social, passwordless, biometrics logins, one-time-password (OTP) with SMS/WhatsApp, and multi-factor authentication (MFA).

- [Hydra](https://gethydra.sh) - Open-source OIDC & OAuth2 Server.

- [Keycloak](https://www.keycloak.org) - Open-source Identity and Access Management. Supports OIDC, OAuth 2 and SAML 2, LDAP and AD directories, password policies.
Expand Down