This article covers the traditional approach to including and using fonts in a Next.js application, the issues with the approach and how it can be improved optimally with the next/font management system.
Integrate biometric authentication in a TypeScript-powered Next.js application using the SimpleWebAuthn package. Part 2 demonstrates adding biometric authentication to our app.
Integrate biometric authentication in a TypeScript-powered Next.js application using the SimpleWebAuthn package. Part 1 explains the authentication protocols and sets up the project and user signup.