Menu
Libraries |
Category

svelte-social-auth

  • Purpose: Provides Google and Facebook authentication components for Svelte applications.
  • Target Audience: Svelte developers needing social authentication (Google/Facebook) in their projects.
  • Key Features:
    • SSR Ready: Works with SvelteKit and server-side rendering.
    • Svelte v3 Support: Designed for Svelte v3 compatibility.
    • Customizable Buttons: Supports slotted content for custom button designs.
    • Events: Emits events for auth success/failure and initialization errors.
  • Components:
    • GoogleAuth: Requires a clientId and emits auth-success, auth-failure, and init-error events.
    • FacebookAuth: Requires an appId and emits auth-success and auth-failure events.
  • Attributes: Supports common text attribute for button labels, plus provider-specific IDs.
  • Links: Beyonk

sveltesvelte-v3googlefacebooksigninauthenticationssosocialsocial-networksocial-authenticationfacebook-logingoogle-loginbeyonkvanilla-js

Comments