UNPKG

authrix

Version:

Lightweight, flexible authentication library for Node.js and TypeScript.

3 lines (2 loc) 164 B
export { getGoogleOAuthURL, handleGoogleCallback } from './providers/google.cjs'; export { getGitHubOAuthURL, handleGitHubCallback } from './providers/github.cjs';