@ave-id/sdk package provides typed helpers for implementing Ave OAuth, OIDC flows, and digital signature functionality in your application.
Install the SDK
Package Structure
The SDK is organized into multiple entry points for different use cases:Main Export
Core OAuth functions and utilities
Client Helpers
Browser-side OAuth flows
Server Helpers
Server-side token exchange
TypeScript Support
The SDK is written in TypeScript and includes full type definitions. All types are exported from the main package:Next Steps
OAuth Flow
Implement OAuth login in your application
Client Helpers
Use pre-built client-side login functions
Server Helpers
Exchange authorization codes on your backend
Signing API
Request and verify digital signatures