UNPKG

opensora-uaa-nextjs

Version:

Universal Authentication & Authorization SDK for Next.js

4 lines (3 loc) 155 B
export { UAAProvider, useUAA } from './provider'; export { withAuth } from './withAuth'; export type { UAAContextValue, UAAProviderProps } from './types';