Blog
Documentation
Courses
Changelog
AI Starters
UI Kit
FAQ
Pricing
Live Demo
auth
All the articles about auth in the Makerkit blog
Dec 18, 2022
Programmatic Authentication with Supabase and Cypress
Testing code that requires users to be signed in can be tricky. In this post, we show you how to sign in programmatically with Supabase Authentication to improve the speed of your Cypress tests and increase their reliability.
Dec 6, 2022
Authenticating users with Remix and Supabase
Learn how to use Remix and Supabase to authenticate users in your application.
Oct 6, 2022
Creating a Waitlist with Firebase Auth
Implement a waitlist sign-up with Firebase Auth and allow sign-ins in batches to your SaaS
Sep 2, 2022
Email Link Authentication with Firebase and Next.js
Learn how to add Email Link authentication to your SaaS application with Firebase Auth and Next.js
Aug 16, 2022
Secure your Next.js application with Firebase AppCheck
Firebase AppCheck helps us protect our websites against bad actors such as automated bots. In this post, we integrate Firebase AppCheck in a Next.js application.
Aug 15, 2022
Programmatic Authentication with Firebase and Cypress
Testing Cypress can require your test users sign-in programmatically. In this article, we show you how to sign in users with Firebase and Cypress without using the UI.
Jan 17, 2022
The Ultimate Authentication Guide with Next.js and Firebase
The ultimate guide to adding Firebase authentication to any Next.js and React applications