Inspecting a Private Docker Container Registry
A guide to inspecting and managing images in a private Docker container registry using the OCI Docker Registry HTTP API V2.
A guide to inspecting and managing images in a private Docker container registry using the OCI Docker Registry HTTP API V2.
Guide to implementing Jakarta Security (formerly Java EE Security) with Soteria and Exousia on Apache Tomcat 10, covering dependencies and configuration.
OpenIddict 3.0, a .NET OpenID Connect server and validation library, is now generally available with a rewritten, event-oriented architecture.
A technical tutorial on integrating an Instagram feed into a Next.js website using the instagram-web-api npm package, covering authentication and data fetching.
Explains the core concepts of authentication (login/signup) and authorization (sessions vs. JWTs) in web development.
A guide to Django's user authentication and authorization system, covering setup, the User model, and the login process.
Explains the differences between cookies and tokens for API authentication, covering OAuth, JWT, and deployment considerations.
OpenIddict 3.0 RC1 released, focusing on bug fixes and removing error description localization to comply with OAuth 2.0 specs.
An overview of Django's built-in user authentication system, covering authentication, authorization, and setup.
A beginner's guide to setting up and deploying your first Firebase Cloud Function, covering initial project configuration and dependencies.
Explains why Cypress clears cookies between tests and demonstrates how to preserve authentication state using beforeEach hooks.
A tutorial on implementing JWT-based user authentication using a Flask backend with flask-praetorian and a React frontend.
OpenIddict 3.0 beta4 adds Quartz.NET integration for database cleanup and support for 12 languages.
Announcement of major changes to the IdentityServer project, including its future development and commercial support plans.
Explains how to use Azure Role-Based Access Control (RBAC) with Azure Key Vault, including enabling it and the new built-in roles.
An update on Azure AD v2 endpoint and MSAL library changes in 2020, covering app registration, platforms, and authentication flows.
A tutorial on building a Ruby on Rails API with JWT authentication for a user notes application.
OpenIddict 3.0 beta3 adds localization support, nullable reference types, and improvements to refresh token handling for multilingual .NET projects.
OpenIddict 3.0 beta2 release notes: removed System.Linq.Async dependency and MongoDB auto-initialization for performance.
A guide for beginners on how to efficiently navigate and find answers in the extensive Django documentation, reducing frustration.