nuxt-x-neon-auth
OAuthButtonGroup
Renders all OAuth provider buttons configured in socialLoginProviders for Neon Auth.
OAuthButtonGroup
The XAuthOAuthButtonGroup component reads xAuth.socialLoginProviders from app.config.ts and renders a XAuthOAuthButton for each entry. Shown when xAuth.features.oauth is true.
Components
<XAuthOAuthButtonGroup />
No configuration needed — providers come from xAuth.socialLoginProviders in app.config.ts.
<XAuthOAuthButtonGroup />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
providers | OAuthProvider[] | xAuth.socialLoginProviders (falls back to ['google']) | Override the provider list from app.config.ts |
AI Context
component: XAuthOAuthButtonGroup
package: "@xenterprises/nuxt-x-neon-auth"
use-when: Render all configured OAuth sign-in buttons for Neon Auth in one block
