diff --git a/README.md b/README.md index 34f3e17..0ab8816 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ running at [webauthn-demo.robur.coop](https://webauthn-demo.robur.coop). ## Documentation -[API documentation](https://roburio.github.io/webauthn/doc) is available online. +[API documentation](https://robur-coop.github.io/webauthn/doc) is available online. ## Installation diff --git a/bin/template.ml b/bin/template.ml index a21406d..76d9ea5 100644 --- a/bin/template.ml +++ b/bin/template.ml @@ -148,7 +148,7 @@ let authenticate_view challenge credentials user = let clientDataJSON = new Uint8Array(assertion.response.clientDataJSON); let signature = new Uint8Array(assertion.response.signature); let userHandle = assertion.response.userHandle ? new Uint8Array(assertion.response.userHandle) : null; - + let body = JSON.stringify({ authenticatorData: bufferEncode(authenticatorData), diff --git a/webauthn.opam b/webauthn.opam index 9aa9798..063acd2 100644 --- a/webauthn.opam +++ b/webauthn.opam @@ -1,8 +1,8 @@ opam-version: "2.0" -homepage: "https://github.com/roburio/webauthn" -dev-repo: "git+https://github.com/roburio/webauthn.git" -bug-reports: "https://github.com/roburio/webauthn/issues" -doc: "https://roburio.github.io/webauthn/doc" +homepage: "https://github.com/robur-coop/webauthn" +dev-repo: "git+https://github.com/robur-coop/webauthn.git" +bug-reports: "https://github.com/robur-coop/webauthn/issues" +doc: "https://robur-coop.github.io/webauthn/doc" maintainer: [ "team@robur.coop" ] authors: [ "Reynir Björnsson " "Hannes Mehnert " ] license: "BSD-2-Clause"