npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@asgardeo/vue

v0.4.4

Published

Vue 3 SDK for Asgardeo - Authentication and Identity Management

Readme

Overview

The Asgardeo Vue SDK provides a streamlined way to integrate secure authentication and user management into your Vue.js applications. Built for Vue 3, it offers a comprehensive set of composables, components, and utilities to handle authentication flows, user profiles, and multi-tenancy features.

Key Features

  • Easy Integration: Simple setup with the AsgardeoPlugin and provider components
  • Composable API: Vue 3 composables for reactive authentication state management
  • Pre-built Components: Ready-to-use components for sign-in, sign-up, user profiles, and more
  • Multi-Tenancy Support: Built-in organization/workspace management capabilities
  • Customizable UI: Primitive components and styling options for seamless integration
  • International Support: Multi-language support with easy localization
  • Type-Safe: Full TypeScript support for better developer experience

Quick Start

Get started with Asgardeo in your Vue application in minutes. Follow our Vue Quick Start Guide for step-by-step instructions on integrating authentication into your app.

Installation

# Using npm
npm install @asgardeo/vue

# Using pnpm
pnpm add @asgardeo/vue

# Using yarn
yarn add @asgardeo/vue

Supported Features

Composables

  • useAsgardeo() - Main SDK client access
  • useUser() - User profile and authentication state
  • useOrganization() - Organization/workspace management
  • useI18n() - Internationalization
  • useTheme() - Theme customization
  • useBranding() - Branding customization
  • useFlow() - Authentication flow control
  • useFlowMeta() - Flow metadata access

Components

Control

  • SignedIn - Renders children only when user is authenticated
  • SignedOut - Renders children only when user is not authenticated
  • Loading - Renders children while authentication state is loading
  • UserComponent - Access user information with scoped slot pattern
  • OrganizationComponent - Access organization context with scoped slot pattern

Actions

  • SignInButton / BaseSignInButton - Sign-in button (styled and unstyled)
  • SignOutButton / BaseSignOutButton - Sign-out button (styled and unstyled)
  • SignUpButton / BaseSignUpButton - Sign-up button (styled and unstyled)

Presentation

  • SignIn / BaseSignIn - Embedded sign-in form
  • SignUp / BaseSignUp - Embedded sign-up form
  • UserProfileComponent / BaseUserProfile - User profile display
  • UserDropdown / BaseUserDropdown - User menu dropdown
  • OrganizationList / BaseOrganizationList - Organization listing
  • OrganizationSwitcher / BaseOrganizationSwitcher - Organization switcher
  • OrganizationProfile / BaseOrganizationProfile - Organization profile
  • CreateOrganization / BaseCreateOrganization - Organization creation form
  • AcceptInvite / BaseAcceptInvite - Invitation acceptance
  • InviteUser / BaseInviteUser - User invitation form
  • LanguageSwitcher / BaseLanguageSwitcher - Language selection

Auth Flow

  • Callback - Handle OAuth callback redirect

Social Login Adapters

  • GoogleButton - Sign in with Google
  • FacebookButton - Sign in with Facebook
  • GitHubButton - Sign in with GitHub
  • MicrosoftButton - Sign in with Microsoft

Primitives

  • Button, Card, Alert, TextField, PasswordField, Select, Checkbox, DatePicker, OtpField, Typography, Divider, Logo, Spinner

Utilities

  • createAsgardeoGuard - Vue Router navigation guard for protected routes
  • createCallbackRoute - Generate a callback route record for Vue Router
  • handleWebAuthnAuthentication - WebAuthn/passkey support
  • hasAuthParamsInUrl - Detect OAuth parameters in URL
  • navigate - Programmatic navigation helper
  • http - HTTP client with token management

Documentation

Support

For support and questions:

Contributing

We welcome contributions! Please see our Contributing Guidelines for more details.

License

Licenses this source under the Apache License, Version 2.0 LICENSE, You may not use this file except in compliance with the License.