Recenty I have started working on webauthn implementation for an web app
A POC and basic implementation for create and get works fine with no issue.
I want to understand the publicKey which is to be passed to authenticator.Should the publicKey be generated in server or client.If to be generated or response from authentication which will be in binary or utf format,how can I send it as request and response from axios