11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
import Content from "./_content.mdx"
|
|
|
|
export const metadata = {
|
|
title: `Auth Module Events Reference`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
This reference shows all the events emitted by the Medusa application related to the Auth Module. If you use the module outside the Medusa application, these events aren't emitted.
|
|
|
|
<Content /> |