A visual Firebase Tutorial
A visual guide to setting up a Firebase project and enabling email/password authentication for web applications.
A visual guide to setting up a Firebase project and enabling email/password authentication for web applications.
A beginner's guide to building a React application with Firebase for authentication and a realtime database.
A guide to creating a custom Ember service for managing a current user's data using JWT authentication with Ember Simple Auth.
Explains why Thread.CurrentPrincipal is not set in ASP.NET Core and provides guidance on handling user identity in the new framework.
A tutorial on building a password-less login system in Laravel using email-only authentication, where users receive a login link.
Explains how to use multiple authentication guards, including API tokens, in Laravel 5.2 for web and stateless API routes.
An overview of the new `make:auth` artisan command and authentication scaffolding features introduced in Laravel 5.2.
A deep-dive technical guide into Laravel Spark, an alpha-release tool for quickly building SaaS applications with Laravel.
Explains how to use Laravel 5.1's built-in login throttling feature to prevent brute-force attacks by limiting failed login attempts.
A tutorial on implementing GitHub OAuth login in a Laravel application using the Socialite package for user authentication.
A guide on how to pass parameters to middleware in Laravel 5.1, using role-based authentication as a practical example.
MarkWiki 1.2, a Python-based wiki using Markdown, is released with user authentication and mobile-responsive design.
Exploring the idea of automatic login via notification emails, discussing the tradeoffs between usability and security.