roburio -> robur-coop

This commit is contained in:
Hannes Mehnert 2023-09-09 11:58:47 +02:00
parent 9c2e24365d
commit d0006f6857
3 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@ running at [webauthn-demo.robur.coop](https://webauthn-demo.robur.coop).
## Documentation ## 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 ## Installation

View file

@ -148,7 +148,7 @@ let authenticate_view challenge credentials user =
let clientDataJSON = new Uint8Array(assertion.response.clientDataJSON); let clientDataJSON = new Uint8Array(assertion.response.clientDataJSON);
let signature = new Uint8Array(assertion.response.signature); let signature = new Uint8Array(assertion.response.signature);
let userHandle = assertion.response.userHandle ? new Uint8Array(assertion.response.userHandle) : null; let userHandle = assertion.response.userHandle ? new Uint8Array(assertion.response.userHandle) : null;
let body = let body =
JSON.stringify({ JSON.stringify({
authenticatorData: bufferEncode(authenticatorData), authenticatorData: bufferEncode(authenticatorData),

View file

@ -1,8 +1,8 @@
opam-version: "2.0" opam-version: "2.0"
homepage: "https://github.com/roburio/webauthn" homepage: "https://github.com/robur-coop/webauthn"
dev-repo: "git+https://github.com/roburio/webauthn.git" dev-repo: "git+https://github.com/robur-coop/webauthn.git"
bug-reports: "https://github.com/roburio/webauthn/issues" bug-reports: "https://github.com/robur-coop/webauthn/issues"
doc: "https://roburio.github.io/webauthn/doc" doc: "https://robur-coop.github.io/webauthn/doc"
maintainer: [ "team@robur.coop" ] maintainer: [ "team@robur.coop" ]
authors: [ "Reynir Björnsson <reynir@reynir.dk>" "Hannes Mehnert <hannes@mehnert.org>" ] authors: [ "Reynir Björnsson <reynir@reynir.dk>" "Hannes Mehnert <hannes@mehnert.org>" ]
license: "BSD-2-Clause" license: "BSD-2-Clause"