UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

6 lines (5 loc) 366 B
import { decryptOAuthToken, setTokenUtil } from "./utils.mjs"; import { applyUpdateUserInfoOnLink, handleOAuthUserInfo } from "./link-account.mjs"; import { generateState, parseState } from "./state.mjs"; export * from "@better-auth/core/oauth2"; export { applyUpdateUserInfoOnLink, decryptOAuthToken, generateState, handleOAuthUserInfo, parseState, setTokenUtil };