Skip to main content

Access signed in django users in routers

Project description

# Installation `pip install swampdragon-auth`

# Django settings.py file Add the following code to your settings file:

SWAMP_DRAGON_CONNECTION = (‘swampdragon_auth.socketconnection.HttpDataConnection’, ‘/data’)

## Important note about deployment

If you are running your SwampDragon instances on a subdomain, you need to set

SESSION_COOKIE_DOMAIN = .yourdomain.tld

or the authentication won’t be able to access the user.

To access a signed in user in your router:

self.connection.get_user()

or

self.connection.user

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

SwampDragon-auth-0.1.3.zip (4.9 kB view hashes)

Uploaded Source

SwampDragon-auth-0.1.3.tar.gz (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page