Skip to content

Instantly share code, notes, and snippets.

@watahani
Created December 1, 2019 14:11
Show Gist options
  • Save watahani/1169bdea01979e888dbe1e18b8c35982 to your computer and use it in GitHub Desktop.
Save watahani/1169bdea01979e888dbe1e18b8c35982 to your computer and use it in GitHub Desktop.
now.json webauthn api sample
{
"version": 2,
"builds": [
{ "src": "app.js", "use": "@now/node-server" }
],
"routes": [{
"src": "/challenge",
"dest": "/app.js"
},
{
"src": "/assertion",
"dest": "/app.js"
},
{
"src": "/credentials",
"dest": "/app.js"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment