modules icon indicating copy to clipboard operation
modules copied to clipboard

[Module Listing Request]: `nuxt-oauth`

Open ghostzero opened this issue 1 year ago • 0 comments

Description

Provides a simple OAuth 2 implementation for static site nuxt applications for which no backend code is required. Unlike sidebase/nuxt-auth this packacke does not include pre-styled pages to have maximum flexibility. Furthermore, no server backend is required and the website can be deployed on static CDNs.

It features:

  • Authorization Code Grant with PKCE (default)
  • Implicit Grant (not recommended) for legacy oauth servers.

Repository

https://github.com/bitinflow/nuxt-oauth

npm

https://www.npmjs.com/package/@bitinflow/nuxt-oauth

Nuxt Compatibility

Nuxt 3

ghostzero avatar Apr 08 '23 14:04 ghostzero