SimpleWebAuthn v8.0.0 has been released! The highlight of this release: first-class Deno support, as well as unofficial support for CloudFlare Workers and Bun! Basically anything that can run JavaScript or TypeScript on the back end should now be able to pull in this project, including CommonJS and ECMAScript modules!

Check out the changelog, there are a couple of minor breaking changes:

https://github.com/MasterKale/SimpleWebAuthn/releases/tag/v8.0.0

And if you have a Deno project you've been wanting to use SimpleWebAuthn with (without having to resort to npm: specifiers) you can find the project on deno.land here:

https://deno.land/x/simplewebauthn@v8.0.0

Time to rest ๐Ÿ˜ฎโ€๐Ÿ’จ

#simplewebauthn #node #nodejs #deno #bun #cloudflare #typescript #javascript #webauthn #passkeys #pnpm #lerna

Release v8.0.0 - Around the (ESM) World ยท MasterKale/SimpleWebAuthn

This major release marks the completion of a long journey that started with the release of v7.0.0: SimpleWebAuthn is now available for use in non-Node projects! ๐ŸŽ‰ SimpleWebAuthn debuted in mid-2020...

GitHub