User Authentication with Passport and Koa
A tutorial on implementing user authentication in a Node.js Koa application using Passport.js, PostgreSQL, and Redis for sessions.
A tutorial on implementing user authentication in a Node.js Koa application using Passport.js, PostgreSQL, and Redis for sessions.
A tutorial on adding custom user claims during authentication in ASP.NET Core 2.0, covering both OpenID Connect and JWT Bearer scenarios.
A guide to applying authorization globally in ASP.NET Core, covering single-policy and multi-policy scenarios using filters and conventions.
Fixes password complexity issues in vRealize Operations 6.6 setup, explaining which special characters are accepted.
Explains Azure AD Managed Service Identity (MSI) for secure authentication without managing secrets in code, with a focus on ASP.NET Core.
Analysis of new NIST password guidelines advocating for longer passphrases over complex, frequently changed passwords.
Two approaches to hide the navigation bar on the login page in an Angular application using Angular Material.
RSiteCatalyst v1.4.13 fixes an OAUTH2 authentication bug reported by a community member. A minor, cumulative update.
A technical guide on creating a Hashicorp Vault authentication token with permissions only to seal the vault, including policy creation and token generation.
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.
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.