Feat(auth): Rename authentication to auth (#6229)
**What** - rename `authenticationModule` -> `authModule`
This commit is contained in:
+3
-2
@@ -1,7 +1,8 @@
|
||||
import { AuthenticationResponse, AuthProviderScope } from "@medusajs/types"
|
||||
import { AuthProviderScope, AuthenticationResponse } from "@medusajs/types"
|
||||
|
||||
import { MedusaError } from "../common"
|
||||
|
||||
export abstract class AbstractAuthenticationModuleProvider {
|
||||
export abstract class AbstractAuthModuleProvider {
|
||||
public static PROVIDER: string
|
||||
public static DISPLAY_NAME: string
|
||||
protected readonly scopes_: Record<string, AuthProviderScope>
|
||||
@@ -0,0 +1 @@
|
||||
export * from "./abstract-auth-provider"
|
||||
@@ -1 +0,0 @@
|
||||
export * from "./abstract-authentication-provider"
|
||||
@@ -1,4 +1,4 @@
|
||||
export * from "./authentication"
|
||||
export * from "./auth"
|
||||
export * from "./bundles"
|
||||
export * from "./common"
|
||||
export * from "./dal"
|
||||
|
||||
Reference in New Issue
Block a user