Skip to content

Commit

Permalink
feat(session): add webauthn to extension validation
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 7, 2022
1 parent 861bee0 commit 049fd8e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions embedx/identity_extension.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
}
}
},
"webauthn": {
"type": "object",
"additionalProperties": false,
"properties": {
"identifier": {
"type": "boolean"
}
}
},
"totp": {
"type": "object",
"additionalProperties": false,
Expand Down

0 comments on commit 049fd8e

Please sign in to comment.