UNPKG

@ioloco/oauth

Version:

OAuth 2.0 utility library that provides helper functions for integrating third-party login providers. Designed to simplify the token exchange and user-fetch flows, while leaving API route implementation to the developer.

4 lines (3 loc) 201 B
export { OAuthClient } from './OAuth/AuthClient'; export { getOAuthClient, registerOAuthProvider } from './OAuth/registry'; export { handleOAuthCallbackError } from './Error/handleOauthCallbackError';