UNPKG

authrix

Version:

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

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