Skip to content

cdeutsch/oauth-mvc.net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 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

About

A library to help use OAuth with ASP.net MVC

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.7%
  • C# 24.7%
  • C 2.2%
  • Objective-C 1.4%