[Web dev for beginners] Authenticating users with plain Node.js
A beginner's guide to implementing user authentication in a Node.js web server, covering passwords, Base64 encoding, and dynamic imports.
A beginner's guide to implementing user authentication in a Node.js web server, covering passwords, Base64 encoding, and dynamic imports.
Explains the security risks of community-developed MCP servers and how to centrally manage and secure them using an MCP Gateway.
The author completes a simplified signup process with account verification for their JourneyInbox app in this coding episode.
A developer updates a SaaS app's signup process, replacing passwords with email-based 'magic links' using django-sesame.
A tutorial on implementing user authentication in React Router 7, including protected routes and fake API integration.
A tutorial on implementing private/protected routes in React Router 7 to control user access based on authentication and authorization.
A tutorial on building a custom, session-based authentication system in JavaScript and TypeScript, covering secure password handling and session management.
A tutorial on implementing custom authentication in Next.js 15 using App Router, Server Components, and Server Actions.
A guide to implementing the OAuth 2.0 PKCE authorization flow for secure access in single-page and mobile applications.
A guide to Django's user authentication and authorization system, covering setup, the User model, and the login process.
Explains the differences between cookies and tokens for API authentication, covering OAuth, JWT, and deployment considerations.
A beginner's guide to setting up and deploying your first Firebase Cloud Function, covering initial project configuration and dependencies.
An overview of Django's built-in user authentication system, covering authentication, authorization, and setup.
A tutorial on implementing JWT-based user authentication using a Flask backend with flask-praetorian and a React frontend.
A guide for beginners on how to efficiently navigate and find answers in the extensive Django documentation, reducing frustration.
A tutorial on implementing GraphQL resolver middleware for handling authentication and permission checks in a Node.js application.
A technical guide on creating a custom Django User model and integrating django-allauth for email-based authentication.
A guide to simplifying React app authentication by conditionally rendering components based on user state.
Announcing a free book that teaches how to build a full-stack application using React and Firebase, from setup to deployment.
Building an admin dashboard in Django, covering user authentication, view protection, and semi-automated backend tasks.