Closed hf closed 2 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
internal/api/magic_link.go | 1 | 3 | 33.33% | ||
<!-- | Total: | 1 | 3 | 33.33% | --> |
Totals | |
---|---|
Change from base Build 10663558264: | -0.005% |
Covered Lines: | 9126 |
Relevant Lines: | 15772 |
Generate link is used to generate a link that is sent separately from the Auth server, so that's fine. This only blocks magic links generated from the endpoint.
Yup, that makes sense - let's document that the toggle only blocks magic links generated from the endpoint then.
Adds an option to disable magic links, as they are more prone to email sending abuse than other email authentication methods.