Relative Content

Tag Archive for pythonjwtrsa

Verify jwt token using only hashlib

I find pyJWT and other auth libraries are over complex and as a result often broken. Not to mention providers tend to add their own special steps quite often. As a result I want to start dealing with JWT’s without 3rd party libraries.