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.
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>
Click one of the following links to open the documentation for that specific functionality.
The Descope ExpresSDK for Python is licensed for use under the terms and conditions of the MIT license Agreement.