Molten-jwt

Latest version: v0.2.1

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

Scan your dependencies

0.2.1

* Fixed README.md code examples
* Pinned Authlib version due to API changes in Authlib 0.11

0.2.0

* `JWTUser` is now known as `JWTIdentity`
* `JWTIdentity` now has dynamic attribute access to its token claims via standard dot notation
* Authentication code and components have been relocated to `molten_jwt.auth`
* `JWT` is now a simple wrapper around `authlib.jwt` with no dependencies on the `molten.Settings`.
* `JWTComponent` will return a single JWT instance configured from the settings passed in the `molten.Settings`
* `JWTIdentityComponent` now has a setting to extract a JWTdentity from a json web token passed in a named cookie.
* `JWTAuthMiddleware` now has new settings to control authentication checking, including a whitelist of handlers.

0.1.1

* Updated documentation before push to Pypi
* Fixed bumpversion replacement string

0.1.0

Switched from using PyJWT to Authlib for JWT support

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.