Urigo / graphql-scalars

A library of custom GraphQL Scalars for creating precise type-safe GraphQL schemas.
https://www.the-guild.dev/graphql/scalars
MIT License
1.86k stars 134 forks source link

WebAuthN Types Implementations #2435

Open Moomoo14 opened 1 week ago

Moomoo14 commented 1 week ago

Is your feature request related to a problem? Please describe.

Feature description Add scalars from WebAuthN field to validate and manipulate WebAuthN data field

Describe the solution you'd like

Solution Support all the different type related to WebAuthN Data : -GenerateRegistrationOptionsOpts -PublicKeyCredentialCreationOptionsJSON -VerifyRegistrationResponseOpts -VerifiedRegistrationResponse -GenerateAuthenticationOptionsOpts -PublicKeyCredentialRequestOptionsJSON -VerifyRegistrationResponseOpts etc... Describe alternatives you've considered

Additional context

The WebAuthN is defined By:link