We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0be1f2 commit b452d60Copy full SHA for b452d60
README.md
@@ -15,7 +15,7 @@ Add Authentication to Nuxt applications with secured & sealed cookies sessions.
15
## Features
16
17
- [Hybrid Rendering](#hybrid-rendering) support (SSR / CSR / SWR / Prerendering)
18
-- [10+ OAuth Providers](#supported-oauth-providers)
+- [15 OAuth Providers](#supported-oauth-providers)
19
- [Vue composable](#vue-composable)
20
- [Server utils](#server-utils)
21
- [`<AuthState>` component](#authstate-component)
@@ -164,6 +164,7 @@ It can also be set using environment variables:
164
- Spotify
165
- Steam
166
- Twitch
167
+- X (Twitter)
168
169
You can add your favorite provider by creating a new file in [src/runtime/server/lib/oauth/](./src/runtime/server/lib/oauth/).
170
0 commit comments