October 2024
Logging in Verification Magic Links, 2FA, SMS Codes
In this video, we will learn how to implement 2FA, SMS Codes, Magic Links and other login verification methods.
In this video, we will learn how to implement 2FA, SMS Codes, Magic Links and other login verification methods.
Learn how to build your own authentication system, it's not that hard.
We already know it, the future of authentication is passwordless. Some websites like amazon or github already propose to authenticate an user by generating a fingerprint from the browser. Learn how to implement passkeys in your applications to go passwordless.
Do you really need a full authentication system ? I never really thought about it, but in some cases, it might indeed not needed..
How to set up authentication under Next with the next-auth library. Different types of authentications, with OAuth support