Securing Hangfire Dashboard in ASP.NET Core with a Custom Auth Policy
A guide to implementing custom authorization policies to secure the Hangfire Dashboard in an ASP.NET Core application.
A guide to implementing custom authorization policies to secure the Hangfire Dashboard in an ASP.NET Core application.
A beginner's tutorial on implementing Sign in with Apple authentication for a website using the Vapor 4 server-side Swift framework.
Explores secure credential management in Azure using Managed Identities to avoid storing secrets in code or configuration.
Tutorial on implementing Firebase email authentication in a React Native chat app using react-native-firebase.
An introduction to Azure Active Directory B2C, explaining its concepts and outlining a detailed tutorial series for developers.
A beginner-friendly guide to implementing user authentication and authorization in Vapor 4 using sessions and JWTs, written in Swift.
A developer's guide to implementing Sign-in with Apple, focusing on challenges with one-time profile data and security considerations.
Explains how to use the OAuth 2.0 device authorization grant for secure user authentication in desktop applications.
A tutorial on implementing GraphQL resolver middleware for handling authentication and permission checks in a Node.js application.
Explains how to use OpenIddict 3.0's degraded mode to create a minimalist OpenID Connect proxy server for delegating authentication.
Explores secure credential management for cloud apps using Azure Managed Identities to avoid hardcoded secrets in code and source control.
Explains how to retrieve access and refresh tokens from an ASP.NET Core authentication handler to make authenticated API calls.
A technical guide on creating a custom Django User model and integrating django-allauth for email-based authentication.
Developer updates on new projects: a secure key-value store, SourceHut SSO improvements, and PinePhone/Sway Mobile development.
A guide on testing Azure AD-protected APIs using Postman, focusing on client credentials and application permissions.
A tutorial on setting up two-factor authentication for SSH and PGP keys using the Krypton tool, storing keys on a mobile device.
A technical guide on implementing origin authentication and Role-Based Access Control (RBAC) in Istio using custom JWT tokens and identity providers.
A guide to using SSH efficiently from the terminal, covering key generation, SSH agent setup, and best practices for secure remote access.
A tutorial on implementing a Forgot Password feature in a React Native app using Firebase for authentication and password reset emails.
A tutorial on building and validating login and signup forms in React Native using the Formik and Yup libraries.