gorgeous-apartment-8722
02/03/2024, 8:43 PMselfservice:
methods:
code:
passwordless_enabled: true
What are the other changes do I have to make, like instead of directly copy pasting these lines of code should I make changes to existing commands looks like this
selfservice:
default_browser_return_url: <http://127.0.0.1:4455/>
allowed_return_urls:
- <http://127.0.0.1:4455>
methods:
password:
enabled: true
totp:
config:
issuer: Kratos
enabled: true
lookup_secret:
enabled: true
link:
enabled: true
code:
enabled: true
Should I remove password : enabled : true, and what should I change password to passwordless?
Any help @steep-lamp-91158 @witty-holiday-65473refined-architect-59368
02/07/2024, 3:18 PMcustomer.schema.json
) file
"code": {
"identifier": true,
"via": "email"
}
gorgeous-apartment-8722
02/10/2024, 12:44 AMgorgeous-apartment-8722
02/10/2024, 12:53 AMselfservice:
methods:
code:
passwordless_enabled: true
I[#/selfservice/methods/code] S[#/properties/selfservice/properties/methods/properties/code/additionalProperties] additionalProperties "passwordless_enabled" not allowedrefined-architect-59368
02/12/2024, 8:46 AMv1.0.0
tag.
If you're testing locally, maybe you have to build an image off the latest master
(see https://github.com/ory/kratos#build-docker)