passwordless-id / webauthn

Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.
https://webauthn.passwordless.id
MIT License
455 stars 53 forks source link

add default export to support nodejs commonjs #21

Closed saknarak closed 1 year ago

saknarak commented 1 year ago

I found issue when using node-red, node-red have to use package that have default export

This pull request will add default export to support nodejs with commonjs project type

dagnelies commented 1 year ago

Thanks 👍