tweag / webauthn

A library for parsing and validating webauthn/fido2 credentials
Apache License 2.0
34 stars 11 forks source link

Deploy server using Netlify #5

Closed infinisil closed 3 years ago

infinisil commented 3 years ago

Deploy the server using Netlify for master and PR's, so we can test PR's and master manually and see it working.

infinisil commented 3 years ago

Not possible, Netlify can only serve static sites, whereas the current site is a Haskell webserver. See https://answers.netlify.com/t/support-guide-can-i-run-a-web-server-http-listener-and-or-database-at-netlify/3078

Let's just test it locally for the time being, setting up deployments just for this doesn't seem worth it.