UNPKG

@poppinss/oauth-client

Version:

A framework agnostic package to implement "Login with" flow using OAuth compliant authorization servers.

4 lines (3 loc) 145 B
export * as errors from './src/errors.ts'; export { HttpClient } from './src/http_client.ts'; export { UrlBuilder } from './src/url_builder.ts';