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
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
ASP.NET Core 2.2 Web API with C# towards Angular and React serving as Role based Membership system
Traditional webhosting is used for this Application
A Web API role based Membership System for authentication and registration managing Users by an Angular or React client / ASP.NET Core 2.2 Web API with C# secured by HTTPS and Authentication by a JWT
Administrate Posts by an Angular client and the Web API after a successfully login
ASP.NET Core 2.0 Web API with C# showing a dataset of Persons by MVC / Web API
Traditional webhosting is used for the Application
Try the demo...Showing / Administrate a dataset of persons as a RESTful webservice using ASP.NET Core 2.0 Web API, C#, MS SQL Database, AngularJS, ReactJS, jQuery, Ajax and JSON dataset. Secured by HTTPS
The source code at GitHub