Skip to content

buildmaster/oauth-mvc.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is work in progress, designed to allow you to turn and MS ASP.net MVC site into and OAuth Provider.

Requires the use of Dependency Injection (Built for Ninject)
Requires implementation of
  ITokenGenerator
  IAccessToken
  IRequestToken
  IOAuthRepository
  IConsumer
  
See the sample for examples (the classes are in global.asax.cs)


First published by Owen Evans, http://www.bgeek.net