Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 812 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 812 Bytes

OAuth Skeleton

Build Status Coverage Status

Description

This repo is for exploring how to implement an OAuth 2.0 provider and consumers using oauthlib.

The repo has several components:

  • s_auth - the OAuth provider (web service)
  • s_client - an OAuth client (web service), which also stores some resources
  • s_resource - a resource server (web service)
  • s_user - an SDK for this pretend web app
  • s_common - misc. code used by one or more of the above modules

To run tests:

$ pip install tox
$ tox