Every website will get hacked - how to prepare for it
Discusses the inevitability of website breaches, lists major hacks, and explains how to assess your risk and prepare for security incidents.
Discusses the inevitability of website breaches, lists major hacks, and explains how to assess your risk and prepare for security incidents.
A technical guide on implementing automatic user sign-in after registration using Identity Server and One-Time-Access-Codes in ASP.NET.
A technical tutorial on integrating Azure AD B2C authentication with multiple policies into an ASP.NET Core 1.0 application.
Explains OAuth 2.0 flow and discusses building a hybrid identity solution using Azure AD and Azure AD B2C for modern applications.
A tutorial on implementing Azure Active Directory authentication in an ASP.NET Core 1.0 web application.
A guide to configuring PowerShell to work through an authenticated proxy server using NETSH and custom functions.
A comparison of Azure Active Directory and Identity Server for identity management, focusing on features, setup, and developer experience.
A guide to customizing and adding custom claims to user identities in ASP.NET Core Identity, covering claims transformers and principal factories.
A tutorial on building a password-less login system in Laravel using email-only authentication, where users receive a login link.
Explores challenges and solutions for implementing multi-tenant authentication middleware pipelines in ASP.NET Core applications.
A guide to using Git Credential Manager (GCM) for seamless authentication with Visual Studio Team Services (VSTS) Git repositories on multiple platforms.
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.
Highlights five key projects advancing security: U2F, Let's Encrypt, Rust, X25519/Ed25519, and Chromebooks.
A developer's experience purchasing and setting up the special edition Octocat Yubico U2F security key for GitHub two-factor authentication.
A guide on unit testing OWIN OAuth middleware for third-party API integration, using Vimeo as an example.
A deep-dive technical guide into Laravel Spark, an alpha-release tool for quickly building SaaS applications with Laravel.
A guide to configuring SSH on Windows for easier, secure connections to Linux VMs and Git, eliminating repeated password prompts.
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.