@illinois-grad/vue-auth
v2.0.12
Published
Vue 3 authentication utilities with MSAL integration for Graduate College applications
Maintainers
Readme
@illinois-grad/vue-auth
Vue 3 authentication utilities with MSAL (Microsoft Authentication Library) integration for Graduate College applications.
Features
- MSAL Integration - Complete Entra/Microsoft authentication support
- Reactive - Built with Vue 3 Composition API
- Router Guards - Protect routes with authentication
- User Utilities - Helper functions for user display and avatars
- Type Safe - Written in TypeScript with full type definitions
Installation
npm install @illinois-grad/vue-authPeer Dependencies
This package requires the following peer dependencies:
{
"@azure/msal-browser": "^4.0.0",
"pinia": "^3.0.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0"
}