In navigator.credentials.create = async function(options) {} the logic for checking which signature algorithms the [Relying Party](https://w3c.github.io/webauthn/#relying-party) supports. TODO - Add the logic to get the list - Adjust keypair creation according to the list preference
In navigator.credentials.create = async function(options) {} the logic for checking which signature algorithms the Relying Party supports.
TODO