Merge branch 'main' of github.com:bitinflow/nuxt-oauth

This commit is contained in:
René Preuß
2023-04-08 11:40:17 +02:00

View File

@@ -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) - [✨  Release Notes](/CHANGELOG.md)
## Features ## Features
- 📦 OAuth2 authentication - 📦 Simple OAuth 2 Implicit Grant authentication
- 📦 Supports only one OAuth2 provider - 📦 PKCE Support (planned)
- 📦 Supports only implicit flow - 📦 Intended to be used with laravel-passport
- 📦 Single OAuth provider support (currently)
## Quick Setup ## Quick Setup