wrapper for scda dash authentication qdt auth service and Microsoft Identity Platform
Project description
Introduction
Dash authorization using Microsoft Azure Active Directory and QDT Authentication framework. This projects requires the authentication service running.
Installation
Install the package using pip:
pip install scda_dash_auth
Usage
To add authentication, add the following to your Dash app:
from scda_dash_auth import SCDAAuth
auth = SCDAAuth(
app,
app_name = 'my-app',
secret_key = 'some-secret-key-for-session',
auth_url = 'http://0.0.0.0:8000',
)
This will add the authentication to your Dash app. The auth_url should point to the authentication service.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scda_dash_auth-0.2.1.tar.gz.
File metadata
- Download URL: scda_dash_auth-0.2.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.4 Darwin/24.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95aa01b619c1d32f97c9be5e404ed89d4ad4770b8591001b28c50b290b59ea69
|
|
| MD5 |
20ed8151722a2ed410eac4769bef5139
|
|
| BLAKE2b-256 |
bbe45651afc9706cc1d9bf716c586653a6fc5cc7e62046be095a7d6c671464c7
|
File details
Details for the file scda_dash_auth-0.2.1-py3-none-any.whl.
File metadata
- Download URL: scda_dash_auth-0.2.1-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.4 Darwin/24.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
945502eeb44a3a13d1d418b2bec770cdadfacf4bff27a3bd1ce2541d3bfca0bb
|
|
| MD5 |
c14688e4c31f73636e2db4c9ea855223
|
|
| BLAKE2b-256 |
30af05d6b388350685bc5ef8b091a5654ec2c60634e50f6843aa3966ffb1c9ac
|