Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/persteenolsen/web-api-core
- Owner: persteenolsen
- Created: 2020-07-06T10:07:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T13:26:51.000Z (over 1 year ago)
- Last Synced: 2024-11-07T09:46:23.767Z (3 months ago)
- Language: C#
- Homepage:
- Size: 689 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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