View the Projects by pagnition

A Blog full of Web Projects

View the Projects by the navigation at the bottom of the Page sorted by Date...


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

21-October-2024

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

The API is hosted at Microsoft Azure App Service and the Vue 3 Client at GitHub Pages

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 client / ASP.NET Core 2.2 Web API with C# secured by HTTPS and a Basic Authorization Header


.NET 8 Web API Membership system + Email verification

13-October-2024

.NET 8 Web API with C# using Entity Framework Core + SQLite consuming an Angular 14 Client - serving as a Membership System

Unit Testing:

  • Karma + Jasmine - Used with the Angular Client

Try the demo...

The Web API was made without the ASP.NET Core Identity using custom JWT middleware

Functionality of the Web App

  • JWT authentication with Refresh Tokens
  • Refresh token rotation
  • Revoked token reuse detection
  • Email sign up and verification
  • Forgot password and reset password functionality
  • Role based authorization with two roles "User" and "Admin"
  • CRUD Account management routes with role based access control

Tech used for building the Web App

  • C#
  • The .NET 8 Web API is hosted at a traditional Webhotel
  • The Angular Client is hosted at a traditional Webhotel
  • SQLite as the Database for both Dev + Prod
  • CORS Policy implemented by .NET
  • JWT Token for access secure routes
  • Refresh Token by HTTP only Cookie to generate new JWT Tokens
  • Swagger API documentation with routes

.NET 8 Web API with JWT Authentication

19-August-2024

Blazor ( .NET 6 ) and Vue 3 clients towards a Web API by .NET 8 with C# using JWT Authentication

Traditional webhosting is used for this Application

The Web API was made without the ASP.NET Core Identity using custom JWT middleware

A JWT Auth Web API created by VS Code using .NET 8 with C# with Blazor and Vue 3 Clients + Pinia + Vite


.NET 8 Web API with Basic Authentication

18-August-2024

Blazor ( .NET 6 ) and Vue 3 clients towards a Web API by .NET 8 with C# using Basic Authentication

Traditional webhosting is used for this Application

A Basic Auth Web API created by VS Code using .NET 8 with Blazor and Vue 3 Clients + Pinia + Vite


Webpack 5 boilerplate with ES6 and above

18-August-2024

Webpack 5 boilerplate ready for ES6 and above

Try the demo...

The code at GitHub

A Webpack 5 boilerplate ready for ES6 and above using Babel. The demo App serve a Webpack logo, compiled PostCSS and consumes a web api from jsonplaceholder showing examples of async operations using async / await.





A Blog made with Gatsby React and GraphQL