rsabi
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by rsabi-
Try my answer found here: https://community.box.com/t5/Platform-and-Development-Forum/Authentication-Using-JWT-in-Python-quot-Nonetype-quot-issue/m-p/55531/highlight/false#M4559 you may have the w...
-
If you still have the same issue and you are using python 2.7, make sure to install PyJWT package for python 2.x instead of JWT for 3.x, so, uninstall jwt if you already have it, and install pyjwt...