mirror of https://github.com/bitwarden/web.git
Browse Source
Adds a dedicated connector for handling WebAuthN for our mobile application. Which uses redirects instead of postMessage.pull/1156/head
3 changed files with 44 additions and 4 deletions
@ -0,0 +1,19 @@
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html> |
||||
<html> |
||||
|
||||
<head> |
||||
<meta charset="utf-8" /> |
||||
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
||||
<meta name="HandheldFriendly" content="true"> |
||||
<title>Bitwarden Mobile WebAuthn Connector</title> |
||||
</head> |
||||
|
||||
<body style="background: transparent;"> |
||||
<img src="../images/u2fkey.jpg" class="rounded img-fluid mb-3"> |
||||
<div class="text-center"> |
||||
<button id="webauthn-button" class="btn btn-primary"></button> |
||||
</div> |
||||
</body> |
||||
|
||||
</html> |
||||
Loading…
Reference in new issue