We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64527f5 commit ba82bc2Copy full SHA for ba82bc2
content/docs/implement/_index.md
content/docs/implement/backend.md renamed to content/en/docs/implementation/backend.md
@@ -1,15 +1,7 @@
1
---
2
title: "Back End Requirements"
3
description: "Guidance on server-side handling of passkeys registration and authentication"
4
-lead: ""
5
date: 2024-08-13T12:00:00.000Z
6
-draft: false
7
-images: []
8
-menu:
9
- docs:
10
- parent: "implement"
11
-weight: 501
12
-toc: true
13
14
15
The back end drives WebAuthn ceremonies through four primary responsibilities:
data/docs.yml
@@ -10,6 +10,11 @@
- title: Reauthentication
link: reauth
+- title: Implementation
+ pages:
+ - title: Backend Requirements
16
+ link: backend
17
+
18
- title: Advanced
19
pages:
20
- title: Related Origin Requests
0 commit comments