@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.
1 lines • 191 B
JavaScript
export{OAuthClient}from"./OAuth/AuthClient.js";export{getOAuthClient,registerOAuthProvider}from"./OAuth/registry.js";export{handleOAuthCallbackError}from"./Error/handleOauthCallbackError.js";