#authentication
Read more stories on Hashnode
Articles with this tag
Now that we have our basic Next.js login app done, you might have noticed there is not much feedback to the user. We are loading the user in the...
Now that we logged in with our magic link, we might have a user in Supabase, but we can't add any details to this user. See the below image for where...
Now that we have a basic understanding of Supabase and how we can interact with it, let's see how we can use their auth system! We'll be using their...
We had a first look at NextAuth, a super simple way to add authentication to your Next.js app. We chose a social login that time, but we can also roll...
Adding authentication to any application can be a bit of a mission. However, with NextAuth, it's a breeze for Next.js applications. In this article,...
As we have been doing quite some Angular work lately. Let's spend today on adding a user service and login to our application. We will end up having a...