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

https://github.com/msarsha/web-api-di-ioc-seed

Web API Dependency Injection and Inversion of Control Seed with JWT Authentication and the Repository Pattern
https://github.com/msarsha/web-api-di-ioc-seed

api dependency-injection di inversion-of-control ioc jwt-authentication repository-pattern simpleinjector unit-of-work webapi webapi-2

Last synced: 4 months ago
JSON representation

Web API Dependency Injection and Inversion of Control Seed with JWT Authentication and the Repository Pattern

Awesome Lists containing this project

README

        

# Web-API-DI-IoC-Seed
Web API Dependency Injection and Inversion of Control Seed with JWT Authentication

###What inside: :camel:

* Web API 2
* Dependency Injection
* Inversion of Control using Simple Injector
* JTW Authentication Server (credit to [THIS](http://bitoftech.net/2014/10/27/json-web-token-asp-net-web-api-2-jwt-owin-authorization-server/) post from `Taiseer Joudeh`)
* Repository Pattern
* Unit of Work Pattern