5 Ways to Make Django Admin Safer
Five practical security and usability improvements for the Django Admin interface, including URL changes, environment indicators, and 2FA.
Five practical security and usability improvements for the Django Admin interface, including URL changes, environment indicators, and 2FA.
A technical guide on implementing Azure Active Directory authentication in ASP.NET Core 2.0, covering setup and configuration changes.
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 implementing JWT-based authentication in an Angular application, covering login, registration, and route protection.
A developer's portfolio of web development, SaaS, and security projects, including tools for email, domains, passwords, and recruiting.
Guide to authenticating Azure Storage REST API requests in C# with required headers and code examples.
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.