POST /auth/magic-link
Receive email, generate a one-time magic link token and send it to the user's email (dev mode prints to log)
Authentication None application/json
Request Body
Schema: dto.MagicLinkRequest
| Field | Type | Required | Example | Constraints | Description |
email |
string |
Yes |
|
|
|
redirect_url |
string |
No |
|
|
|
Referenced Schemas
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|