UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

5 lines (4 loc) 231 B
import { getOrgAdapter } from "./adapter.mjs"; import { hasPermission } from "./has-permission.mjs"; import { organization, parseRoles } from "./organization.mjs"; export { getOrgAdapter, hasPermission, organization, parseRoles };