nuxt-community / auth-module

Zero-boilerplate authentication support for Nuxt 2
https://auth.nuxtjs.org
MIT License
1.93k stars 924 forks source link

Ory Authentication Provider support #1813

Open JPustkuchen opened 1 year ago

JPustkuchen commented 1 year ago

https://www.ory.sh/ is a fast-growing Open Source based authentication provider based in the EU.

They provide self-hosted and as-a-Service hosted solutions (https://www.ory.sh/open-source/): / kratos User Management Cloud native user management system. Provision IDs, store user information, configure authentication methods and use a headless API. Explore kratos

/ hydra OAuth 2.0 and OpenID Connect OAuth 2.0 and OpenID Certified® OpenID Connect server. Cloud native, security-first, headless API security for your infrastructure. Explore hydra

/ oathkeeper Identity and Access Proxy Identity and Access Proxy (IAP). Authenticate, authorize and mutate any incoming traffic, using Zero Trust / BeyondCorp as open source. Explore oathkeeper

/ keto Global access control Authorization Server inspired by Google's consistent, global Authorization System, providing granular access policies with RBAC, ABAC and ACL. Explore keto

Hydra for example already has 13.5k stars on GitHub: https://github.com/ory/hydra

This sounds highly interesting as authentication provider for nuxt3. Did the nuxt team or anyone using nuxt already try this?

Might it be a candidate to integrate als alternative to providers like Auth0?