| Projects on Google Code | Results 1 - 10 of 112 |
OAuth.net is a .net library which provides full [http://oauth.net/ OAuth] consumer and provider support. The library facilitates secure API authentication in a simple and standard method for desktop and web applications.
OAuth allows user to grant and deny one application access to the data store...
The OAuth protocol enables websites or applications (Consumers) to access Protected Resources from a web service (Service Provider) via an API, without requiring Users to disclose their Service Provider credentials to the Consumers. More generally, OAuth creates a freely-implementable and generic me...
= OAuth Consumer And Server Library For PHP =
A PHP library for OAuth consumers and servers. Complete with an extensible OAuth store, including a full working implementation of a MySQL store.
The library implements methods to:
* verify incoming requests against the library
* sign outgo...
A small django application for verifying oauth signed request in Google App Engine Environment. It also enables you to associate opensocial user (domain:opensocial_viewer_id style) with django user on GAE.
You can add gaeoauth.middleware.!OpenSocialVerifySignatureMiddleware to MIDDLEWARE_CLASSES ...
A derivative of twitter.Api class to allow Oauth to be used for authentication.
Requires:
* python-twitter
* oauth
* simplejson
Check [http://code.google.com/p/oauth-python-twitter/wiki/HowToUseOAuthApi HowToUseOAuthApi] for usage instructions.
Using this in your Django project, ...
An OAuth Consumer implementation in Objective-C. The code for this project currently resides in the [http://code.google.com/p/oauth/ OAuth Google Code] repository, but the rest of the project lives here.
Check out the tutorial, [UsingOAuthConsumer], to get started.
This sevice accepts OAuth service request from web browsers and proxies it to API endpoint. OAuth token exchanges are done transparently by this proxy service.
This service also implements an iframe-based interface to handle cross-domain request, so any web site can access to OAuth-enabled APIs d...
This is the oauth implementation in javascript. It works in firefox addons due to the limitation of cross domain requests for normal websites. There are 2 files that are included.
- oauth.js (contains the core code to do the oauth authentication)
- loginPanel.xul (an xul window to display the lo...
Pledge is an open-source (ASL 2.0) implementation of OAuth 1.0a (in wait of the RFC).
It is also a (stupid) pun ; how could I resist ?
ExtremeSwank OAuth adds both client-side and server-side OAuth support to .NET.
Note: This OAuth consumer is no longer being developed.