Skip to content

Commit

Permalink
fix(oauth): Export OAuthService type
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed May 3, 2024
1 parent 07f7491 commit 1522747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/authentication-oauth/src/index.ts
Expand Up @@ -8,7 +8,7 @@ import { getGrantConfig, authenticationServiceOptions, OauthSetupSettings } from

const debug = createDebug('@feathersjs/authentication-oauth')

export { OauthSetupSettings, OAuthStrategy, OAuthProfile }
export { OauthSetupSettings, OAuthStrategy, OAuthProfile, OAuthService }

export const oauth =
(settings: Partial<OauthSetupSettings> = {}) =>
Expand Down

0 comments on commit 1522747

Please sign in to comment.