Skip to main content

A JOSSO backend for python-social-auth

Project description

python-josso-auth 0.1.2

python-josso-auth provides a JOSSOAuth authentication for python-social-auth which you can subclass to easily add JOSSO providers as social auth options. To use, just create a class for your provider which extends JOSSOAuth and provide a name and base URL.

from josso.backend import JOSSOAuth

class ExampleJOSSOProvider(JOSSOAuth):
    name = 'example_josso'
    base_url = 'https://example.com/josso/'

Now you can include your backend in your settings. For example, with Django:

AUTHENTICATION_BACKENS += ('myapp.backends.ExampleJOSSOProvider',) 

Install

$ pip install python-josso-auth

Project details


Download files

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

Source Distribution

python_josso_auth-0.2.0.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_josso_auth-0.2.0-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file python_josso_auth-0.2.0.tar.gz.

File metadata

  • Download URL: python_josso_auth-0.2.0.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.5

File hashes

Hashes for python_josso_auth-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c2e5f78e9d9f1b9a7e5ab48a89175c04e49ff79f9a3a702c660dc252727293c7
MD5 5813ed7f37dd648872d88112701fa397
BLAKE2b-256 5df872c019a04187421d6727666f22713cae92e97d15fa537013febe5a9ba3a3

See more details on using hashes here.

File details

Details for the file python_josso_auth-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for python_josso_auth-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a7410387e9975f31a13ae504ab61bd6c48cbaba2d4e05a98ec2cebe388c9d506
MD5 c8dbb8b429c34d01698e5d090d71831b
BLAKE2b-256 9da0ad5d126eaa0d304780b5e6078dcea77a2a1be88f8f4178793d68f85fe74f

See more details on using hashes here.

Supported by

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