oneauth-shared
v1.0.7
Published
Shared components, styles and core authentication logic for OneAuth SDK
Maintainers
Readme
OneAuth Shared
Core authentication logic for OneAuth SDK packages.
Overview
This package contains the shared authentication logic used by oneauth-react and oneauth-nextjs packages. It's not meant to be used directly by end users.
What's Inside
- OneAuthClient - Core authentication client
- TokenManager - Secure token storage and management
- AuthApiClient - API communication layer
- UserSessionManager - User session handling
- Security utilities - Token encryption and validation
- UI Components - Shared authentication components
For Package Users
Use the framework-specific packages instead:
- React:
npm install oneauth-react - Next.js:
npm install oneauth-nextjs
For Contributors
This package provides the foundation for all OneAuth SDK functionality. See DEVELOPMENT.md for development setup.
License
MIT © OneAccess Team
