17-August-2024
Node Express REST API Role based Membership system with Email Verification and Forgot Password using Sequelize ORM towards a MySQL DB - Authentication by JWT + Refresh Tokens
Note: Due to the resource limitations of the Microsoft Azure Free App Service Plan, the initial load time will be up to 30 seconds!
Volta was used for Node Version Management switching between Node versions
Functionality of the Web App
Tech used for building the Web App
05-May-2024
Angular client towards a REST API by .NET 8 with C# using JWT and Refresh Tokens for Authentication
Traditional webhosting is used for this Application
The Web API was made without the ASP.NET Core Identity using custom JWT middleware
Functionality of the Web App
Tech used for building the Web App
By using JWT + Refresh Tokens the security will be improved. The JWT can have a reduced time to live and therefor less likely to be stolen
17-March-2024
A Hello World REST API in .NET 8 with C#
Traditional webhosting is used for this Application
Try the demo...A Hello World Web API created by VS Code using .NET 8
The Web API at GitHub15-March-2024
.NET 6 REST API with C# using Entity Framework Core + Remote MS SQL for Prod + local SQLite DB for Dev consumed by a Blazor Client serving as a Membership System
The Web API was made without the ASP.NET Core Identity using custom JWT middleware
- C#
- Registration of Users
- JWT authentication
- CRUD Account management
MS SQL Server is fine for Production
SQLite is local DB and fine for testing locally and small applications
Traditional webhosting is used for this Application
12-March-2024
.NET 6 REST API with C# using Entity Framework Core + SQLite DB consumed by a Blazor Client serving as a Membership System
The Web API was made without the ASP.NET Core Identity using custom JWT middleware
- C#
- Registration of Users
- JWT authentication
- CRUD Account management
SQLite is local DB and fine for testing and small applications
Traditional webhosting is used for this Application