Feature: The example Authentication Parameters in Passwordless email are not accepted when entered.
Description:
This is a very small thing, but causes confusion and is easily fixable. The example parameters to set the scope uses single quotes to set the field and value.
So I entered exactly this into the box and pressed Save. I got an error message saying the JSON was not valid.
It took a bit of time to realise that it requires it to contain double quotes to be allowed through. This isn’t clear as some JSON implementations do allow single or no quotes.