From 693f60a3067c8d1ff642a00c8fcd08d13f42866e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Sat, 18 Feb 2023 19:36:21 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 55a6602..2c67cbe 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ -# @bitinflow/nuxt-oauth +# 🔒 @bitinflow/nuxt-oauth -> Nuxt module for OAuth2 authentication +**@bitinflow/nuxt-oauth** is a Nuxt 3 Module that provides a simple OAuth 2 implementation for static site nuxt applications. It uses an Implicit Grant where no backend code is required, and plans to support PKCE as well. This package is intended to be used with laravel-passport, allowing users to interact with their first-party API using their own OAuth provider. Currently, it does not support multiple OAuth providers. With **@bitinflow/nuxt-oauth**, developers can quickly and easily implement secure OAuth authentication in their Nuxt applications. - [✨  Release Notes](/CHANGELOG.md) ## Features -- 📦 OAuth2 authentication -- 📦 Supports only one OAuth2 provider -- 📦 Supports only implicit flow +- 📦 Simple OAuth 2 Implicit Grant authentication +- 📦 PKCE Support (planned) +- 📦 Intended to be used with laravel-passport +- 📦 Single OAuth provider support (currently) ## Quick Setup