rawIdand the public key are all that are needed to identify you. These are meant to be passed to the Relying Party.
rawIdyou can authenticate as the user you just created.
allowCredentials: [
{
type: 'public-key',
id:
}
],
Looks like your browser does not support the web authentication API, or it doesn't support public key-based credentials.
You won't be able to follow along with the interactive tutorial, or try the debugger but you can still get more information on the web authentication API.
Learn more