Django-ninja-simple-jwt

Latest version: v0.5.0

Safety actively analyzes 622315 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.5.0

Updated django settings to allow separating the storages used to store private and public keys:

JWT_PRIVATE_KEY_STORAGE
Storage class instance used to store JWT private signing key. Defaults to `"ninja_simple_jwt.jwt.key_store.local_disk_key_storage"`.

JWT_PUBLIC_KEY_STORAGE
Storage class instance used to store JWT public verification key. Defaults to `"ninja_simple_jwt.jwt.key_store.local_disk_key_storage"`.

0.3.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.