odwyersoftware / azure-ad-verify-token

Verify JWT issued by Azure Active Directory B2C in Python 🐍
Other
22 stars 6 forks source link

This repo copies code from other author and wrong license #11

Closed aggsol closed 1 year ago

aggsol commented 1 year ago

tl:dr;

This repo copies code from https://github.com/RobertoPrevato/PythonJWTDemo not naming the original author and removing the original MIT license.

Original author is @robert his code is 2 years older than this repo. He explains the code in his blog post: https://robertoprevato.github.io/Validating-JWT-Bearer-tokens-from-Azure-AD-in-Python/

The file https://github.com/odwyersoftware/azure-ad-verify-token/blob/master/azure_ad_verify_token/crypto.py is a carbon copy of https://github.com/RobertoPrevato/PythonJWTDemo/blob/master/jwksutils.py

Expected behaviour:

a) Restore original author and license (that allows commerical usage)

b) Delete code, repo and package

richardARPANET commented 1 year ago

No, it doesn't.