docs: general improvements and updates (#13485)

* docs: general improvements and updates

* fix vale error
This commit is contained in:
Shahed Nasser
2025-09-15 12:30:59 +03:00
committed by GitHub
parent b35b1b41a4
commit e90dcedcd7
12 changed files with 164 additions and 103 deletions
@@ -6,17 +6,15 @@ export const metadata = {
# {metadata.title}
In this document, youll learn about the Emailpass auth module provider and how to install and use it in the Auth Module.
In this guide, youll learn about the Emailpass Auth Module Provider and how to configure it.
Using the Emailpass auth module provider, you allow users to register and login with an email and password.
---
By using the Emailpass Auth Module Provider, you allow users to register and log in with an email and password.
## Register the Emailpass Auth Module Provider
The Emailpass auth provider is registered by default with the Auth Module.
The Emailpass Auth Module Provider is registered by default with the Auth Module.
If you want to pass options to the provider, add the provider to the `providers` option of the Auth Module:
If you want to pass options to the provider, add the provider to the `providers` option of the Auth Module in your `medusa-config.ts`:
```ts title="medusa-config.ts"
import { Modules, ContainerRegistrationKeys } from "@medusajs/framework/utils"
@@ -66,7 +64,7 @@ module.exports = defineConfig({
</Table.Cell>
<Table.Cell>
An object of configurations to use when hashing the user's
An object of configurations for hashing the user's
password. Refer to [scrypt-kdf](https://www.npmjs.com/package/scrypt-kdf#-hash)'s
documentation for accepted options.