docs: rename provider module to module provider (#7869)
* docs: rename provider module to module provider * fix vale rule * vale fixes
This commit is contained in:
@@ -6,15 +6,15 @@ export const metadata = {
|
||||
|
||||
In this document, you’ll learn how the Auth Module handles authentication using providers.
|
||||
|
||||
## What's an Auth Provider Module?
|
||||
## What's an Auth Module Provider?
|
||||
|
||||
An auth provider module handles authenticating customers and users, either using custom logic or by integrating a third-party service.
|
||||
An auth module provider handles authenticating customers and users, either using custom logic or by integrating a third-party service.
|
||||
|
||||
For example, the EmailPass Auth Provider Module authenticates a user using their email and password, whereas the Google Auth Provider Module authenticates users using their Google account.
|
||||
For example, the EmailPass Auth Module Provider authenticates a user using their email and password, whereas the Google Auth Module Provider authenticates users using their Google account.
|
||||
|
||||
<Note type="soon">
|
||||
|
||||
Support for the Google Auth Provider Module is coming soon.
|
||||
Support for the Google Auth Module Provider is coming soon.
|
||||
|
||||
</Note>
|
||||
|
||||
@@ -22,7 +22,7 @@ Support for the Google Auth Provider Module is coming soon.
|
||||
|
||||
## Configure Allowed Auth Providers of Actor Types
|
||||
|
||||
By default, users of all actor types can authenticate with all installed auth provider moduless.
|
||||
By default, users of all actor types can authenticate with all installed auth module providerss.
|
||||
|
||||
To restrict the auth providers used for actor types, use the [authMethodsPerActor option](/references/medusa-config#http-authMethodsPerActor-1-3) in Medusa's configurations:
|
||||
|
||||
@@ -49,6 +49,6 @@ When you specify the `authMethodsPerActor` configuration, it overrides the defau
|
||||
|
||||
---
|
||||
|
||||
## How to Create an Auth Provider Module
|
||||
## How to Create an Auth Module Provider
|
||||
|
||||
Refer to [this guide](/references/auth/provider) to learn how to create an auth provider module.
|
||||
Refer to [this guide](/references/auth/provider) to learn how to create an auth module provider.
|
||||
|
||||
Reference in New Issue
Block a user