Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
olumby committed Mar 4, 2023
1 parent 612d7fe commit 14d2f10
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions config/webauthn.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@
],

'registration' => [
// can be "discouraged", "preferred" or "required"
'resident-key' => 'preferred',

// can be "discouraged", "preferred" or "required"
'user-verification' => 'preferred',

// allowed transports "usb", "nfc", "ble", and "internal"
'exclude-credentials' => ['usb', 'nfc', 'ble', 'internal'],

// allowed formats "apple", "packed", "tpm", "android-key", "android-safetynet", "fido-u2f" and "none"
'formats' => ['apple', 'packed', 'tpm', 'android-key', 'android-safetynet', 'fido-u2f', 'none'],

'session-key' => 'webauthn',
],

Expand Down

0 comments on commit 14d2f10

Please sign in to comment.