Skip to content

Python library used to integrate with Descope

License

Notifications You must be signed in to change notification settings

descope/python-sdk

Repository files navigation

Descope SDK for Python

Use the Descope SDK for Python to quickly and easily add user authentication to your application or website.

The SDK supports Python 3.6 and above.

Installing the SDK

Replace any instance of <ProjectID> in the code below with your company's Project ID, which can be found in the Descope console.

Run the following code in your project. These commands will add the Descope ExpresSDK for Python as a project dependency, and set the DESCOPE_PROJECT_ID variable to a valid <ProjectID>.

pip install descope
export DESCOPE_PROJECT_ID=<ProjectID>

What do you want to implement?

Click one of the following links to open the documentation for that specific functionality.

License

The Descope ExpresSDK for Python is licensed for use under the terms and conditions of the MIT license Agreement.