nuxt-x-auth
OAuthButtonGroup
Renders all configured OAuth provider buttons from app.config.ts as a grouped set.
OAuthButtonGroup
The XAuthOAuthButtonGroup component reads xAuth.oauthProviders from app.config.ts and renders a XAuthOAuthButton for each entry. Visible when xAuth.features.oauth is true.
Components
<XAuthOAuthButtonGroup />
No configuration needed — providers come from app.config.ts.
<XAuthOAuthButtonGroup />
Props
No props. All configuration comes from xAuth.oauthProviders in app.config.ts.
AI Context
component: XAuthOAuthButtonGroup
package: "@xenterprises/nuxt-x-auth"
use-when: Render all configured OAuth sign-in buttons in one block
