10 lines
269 B
Markdown
10 lines
269 B
Markdown
# Email authentication module
|
|
|
|
Module to verify user email by sending the user a link.The functions in the module can be implemented manually in a web server, but the recommended way is simply to use the API.
|
|
|
|
## API
|
|
|
|
## Examples
|
|
|
|
- see publisher/view/auth_controllers
|