Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/persteenolsen/web-api-core

A ASP.NET Core 2.2 Web API serving as the backend of a Membership System with an Angular and React client
https://github.com/persteenolsen/web-api-core

Last synced: 29 days ago
JSON representation

A ASP.NET Core 2.2 Web API serving as the backend of a Membership System with an Angular and React client

Awesome Lists containing this project

README

        

- ASP.NET Core 2.2 Web API
- Registration, Login and User Administration
- The login system is using a JSON Web Token ( JWT )
- The React client user will have access to the secure endpoints of the Web API passing login and using the JWT
- The endpoints of the Web API are secured by JWT
- The Web API is secured by CORS allowing only the subdomain containing client making HTTPS Request
- MSSQL as the database
- The Web API is hosted at a Webhotel on a IIS Webserver
- Visual Studio 2017 as IDE