|
You are here |
www.milanjovanovic.tech | ||
| | | | |
www.claudiobernasconi.ch
|
|
| | | | | Building APIs has become simpler with ASP.NET Core 6. Learn a simple way to create integration tests for ASP.NET Core 6 WebAPI applications. | |
| | | | |
damienbod.com
|
|
| | | | | This article shows how to implement a secure web application using Vue.js and ASP.NET Core. The web application implements the backend for frontend security architecture (BFF) and deploys both technical stack distributions as one web application. HTTP only secure cookies are used to persist the session. Microsoft Entra ID is used as the identity provider... | |
| | | | |
www.jimmybogard.com
|
|
| | | | | Posts in this series: * Intro * Cataloging * Empty Proxy * Shared Library * Our First Controller * Migrating Initial Business Logic * Our First Views * Session State * Hangfire * Authentication * Middleware * Turning Off the Lights In the previous post, we looked at techniques for determining the size and scope of our .NET migration effort, as well | |
| | | | |
msfjarvis.dev
|
|
| | | Type of change Bugfix New feature Enhancement Refactoring Description Add support for multiple authentication methods by offering password authentication after public key authentication. Along the way, refactor GitOperation to use a (somewhat) proper builder pattern. This uncovered that we were previously not using SSHJ for the case of no authentication, which is now rectified. Motivation and Context Fixes #333, fixes #548 and fixes #782 if it works. How did you test it? I lack the setup to test ... | ||