From 440e80432ff67d0132ad4b8666ee542408de0828 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 7 Jul 2022 12:47:22 +0000 Subject: Adding metadata --- dev-python/python_jwt/metadata.xml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 dev-python/python_jwt/metadata.xml (limited to 'dev-python/python_jwt/metadata.xml') diff --git a/dev-python/python_jwt/metadata.xml b/dev-python/python_jwt/metadata.xml deleted file mode 100644 index bb8719f3b8a4..000000000000 --- a/dev-python/python_jwt/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - -Module for generating and verifying JSON Web Tokens. - - Note: From version 2.0.1 the namespace has changed from jwt to python_jwt, in order to avoid conflict with PyJWT. - Note: Versions 1.0.0 and later fix a vulnerability in JSON Web Token verification so please upgrade if you're using this functionality. The API has changed so you will need to update your application. verify_jwt now requires you to specify which signature algorithms are allowed. - Uses jwcrypto to do the heavy lifting. - Supports RS256, RS384, RS512, PS256, PS384, PS512, HS256, HS384, HS512, ES256, ES384, ES512, ES256K, EdDSA and none signature algorithms. - Unit tests, including tests for interoperability with jose. - Supports Python 2,7 and 3.6+. Note: generate_jwt returns the token as a Unicode string, even on Python 2.7. - - - gentoo-guru-overlay - \ No newline at end of file -- cgit v1.3.1