Auth Server
Basic Usage
Example 1: Import and Initialize
import { /* exports */ } from '@epicdm/flowstate-auth-server';
// Initialize the module
// See API reference for available exports
Example 2: TypeScript Usage
import type { /* types */ } from '@epicdm/flowstate-auth-server';
// Use exported types for type-safe code
Running Examples
These examples can be run within any FlowState package that has @epicdm/flowstate-auth-server as a dependency.