mirror of
https://github.com/bitinflow/nuxt-oauth.git
synced 2026-03-13 13:45:59 +00:00
Update README.md
This commit is contained in:
11
README.md
11
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)
|
- [✨ 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user