nontech.hashnode.devShould you extend Supabase Auth with User Profiles?Supabase Auth already has an Auth Users table. The image might be blurry. If you visit the project in your Supabase Account, you can check your Auth table of the project. If you wanted to add additional data to your a User table, it's likely you'...May 16, 2025·2 min read
nontech.hashnode.devManaging Supabase Auth State Across Server & Client Components in Next.jsThis article intends to save you 10+ hours of your valuable time, effort, and ‘developer’ pain, which I think is an entirely different kind of pain In your Next.js project, you'll need a way to keep UI elements like your Navbar (a Client component) ...May 16, 2025·4 min read
nontech.hashnode.devSvelteKit JWT Authentication with Middleware: A Complete ImplementationIntroduction While there are many approaches to handling authentication, using JSON Web Tokens (JWT) without storing session data in a database provides a scalable and efficient solution that's perfect for distributed systems. In this tutorial, I'll ...May 5, 2025·1 min read
nontech.hashnode.devPart 1: Setup & JWT BasicsIf you haven't already, I would recommend having a quick look at the Introduction & Sequence Diagram Welcome to the 3-part series that helps you create a scalable production-ready authentication system using pure JWT & a middleware for your SvelteKit...May 5, 2025·6 min read
nontech.hashnode.devPart 2: Authentication FlowsIf you haven't already, I would recommend having a quick look at the Introduction & Sequence Diagram Welcome to the 3-part series that helps you create a scalable production-ready authentication system using pure JWT & a middleware for your SvelteKit...May 5, 2025·8 min read