Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwest80/api_token_authentication
An Angular 2/4 Client that interacts with WebAPI 2 using token authentication.
https://github.com/jwest80/api_token_authentication
angular-cli angular2 angular4 cors elmah entity-framework typescript2 webapi-2
Last synced: about 1 month ago
JSON representation
An Angular 2/4 Client that interacts with WebAPI 2 using token authentication.
- Host: GitHub
- URL: https://github.com/jwest80/api_token_authentication
- Owner: jwest80
- Created: 2017-07-13T16:29:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T20:56:05.000Z (over 7 years ago)
- Last Synced: 2024-10-31T08:42:28.720Z (3 months ago)
- Topics: angular-cli, angular2, angular4, cors, elmah, entity-framework, typescript2, webapi-2
- Language: C#
- Homepage:
- Size: 23.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clinet / Server API Authentication Example
Angular 2/4 thin client which communicates with WEBAPI 2.0. Features Entity Framework, OWIN Authentication, and ELMAH
## CLIENT (Angular 4 App)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.2.0.
### Run Development (client) server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## SERVER (ASP.NET WEBAPI 2.0 Project)
Using Visual Studio WEBAPI Template with Individual Account Authentication
### Run Development API server
The Client currently expects the API to be hosted at `http://cliexample.lo/`. You must host the endpoints at this URL or change the Client Angular `client/src/environments` configuration.
### ELMAH
Elmah database must be setup. Create Elmah.mdf in `App_Data`. Run Elmad DB Script found at `App_Readme`. You can put the database anywhere you like by updating connection strings.