© 2022 Hashnode
#auth
What Is Authentication? Authentication is a process or action of proving or showing something to be true, genuine, or valid. How it works? One of the most common and obvious ways of authenticating s…
In this tutorial, we will learn how to authenticate users with their email and password using Firebase's authentication module in a Non-Expo React Native application. To learn more about Firebase, ref…
Hello everyone! As you have seen web3 is very popular right now. Clerk has recently released metamask authentication. So let's take a look at how to implement it in our app! What is Clerk? Clerk is on…
In this article, we look at how to improve the security of a system by implementing Risk-based Authentication. To achieve this we will integrate have i been pwned APIs into our login flow using Auth0…
🙋♂️Hey there, today we are going to see how to add Twitter auth with Supabase in a Next.js app. Let's get started What we are going to build https://www.loom.com/share/d35e0765cd7d4a77a33e82bb1634c…
Há um pouco mais de 1 ano atrás, adquiri a Yubikey 5 NFC (as imagens da capa dos três artigos são fotos que tirei, juntamente com os adesivos que recebi, em cima do meu chromebook). Pagina com modelo…
Este artigo é o primeiro de uma série "YubiKey", entre os artigos: Este primeiro, uma introdução rápida, o próximo será a instalação e uso básico no Linux e a terceira, usando ele no terminal com root…
Table of Contents Intro to Next.js authentication About NextAuth package Setting up NextAuth Authentication with different providers (ex: Google, Github, Facebook, LinkedIn etc) Handling SignIn, Sign…
At-least once in your lifetime you would have heard about these terms - Authentication and Authorization. Quite often you would have used it interchangeably as well. I myself have got it confused a lot of times but later used different real…
If you are creating a product for your startup or a side project, you must have stumbled upon this daunting phenomenon of Oauth2. With millions of tutorials telling you what to do and each authorization service provider (e.g. Okta, Google, …