Skip to content

Commit b1c9d87

Browse files
ENG-677/ENG-3868 - Allow use of OTP codes for email passwordless login w/o API overrides. (#1309)
* working backend * toggle * toggle * tests * libs * double the strategy double the fun * libs * test json * test the phone strategy * fix domain * openapi * fix equals * fix equals * pr feedback * typo * pr feedback
1 parent 2ca2f39 commit b1c9d87

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5565,6 +5565,10 @@ components:
55655565
PasswordlessConfiguration:
55665566
type: object
55675567
properties:
5568+
emailLoginStrategy:
5569+
"$ref": "#/components/schemas/PasswordlessStrategy"
5570+
phoneLoginStrategy:
5571+
"$ref": "#/components/schemas/PasswordlessStrategy"
55685572
enabled:
55695573
type: boolean
55705574
PasswordlessIdentityProvider:

0 commit comments

Comments
 (0)