You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll only ever need to use this method call once per installation and only in the context of debugging if the class is giving you unexpected errors. This method call wil check your OpenSSL version and ensure it is at least 1.0.0 .
Non-AJAX client-side registration of U2F key token. AJAX can of course be used in your application, but it is easier to demonstrate a linear process without AJAX and callbacks.
159
172
160
-
```php
173
+
```html
161
174
<html>
162
175
<head>
163
176
<title>U2F Key Registration</title>
@@ -204,6 +217,7 @@ Non-AJAX client-side registration of U2F key token. AJAX can of course be used i
204
217
</html>
205
218
```
206
219
220
+
#### Registration Step 3:
207
221
**Validation and Key Storage**
208
222
209
223
This is the last stage of registration. Validate the registration response data against the original request data.
0 commit comments