Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.05 KB

README.markdown

File metadata and controls

27 lines (17 loc) · 1.05 KB

Introduction

The purpose of this library is to provide Django applications that share an auth database across multiple SLDs (second-level domains, i.e. example.com, example2.com) to provide single-sign-on functionality for their users when one site is the "master" site. One use-case where this may be useful is for services who provide social networking integration and OAuth login for their users, but also provide integrated services for other sites and want to avoid separate application account setup and configuration for each "satellite" site.

Installation

Dependencies

More coming soon.

Required Settings

SSO_TOKEN_EXPIRES: Time after which token is no longer valid (in seconds). Default is 5.