Skip to content

tiny helpers for integrating django with underpants

License

Notifications You must be signed in to change notification settings

reddit/django-underpants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_underpants

These are some stupid-simple helper classes to integrate Django's authentication systems with Underpants for intranet single-signon via Google Apps OAuth.

Once installed, add the following to your settings.py to use the new classes.

MIDDLEWARE_CLASSES += (
    "django_underpants.UnderpantsRemoteUserMiddleware",
)


AUTHENTICATION_BACKENDS = (
    "django_underpants.UnderpantsRemoteUserBackend",
)

About

tiny helpers for integrating django with underpants

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages