A Blog full of Web Projects

A Blog full of Web Projects

.NET Core 2.2 Web API with JWT Authentication - Azure and GH Pages

02-April-2024

ASP.NET Core 2.2 Web API with C# consuming from a Vue 3 client using JWT Authentication for Login

The Vue 3 Client is hosted at GitHub Pages

The API is hosted at Microsoft Azure App Service

For the Web API a CI / CD Pipeline was implemented by Azure DevOps and deployed to Azure App Service

A Login system by a Vue 3 and a Angular client / ASP.NET Core 2.2 Web API with C# secured by HTTPS and Authentication by a JWT with the Baerer schema in the Authorization Header

A Blog made with Gatsby React and GraphQL