Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
DataGhost
/
python-jose
Public
forked from
mpdavis/python-jose
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 9, 2022
Merge pull request #291 from fladi/rfc7520
Show description for 96474ec
mpdavis
authored
96474ec
View commit details
Copy full SHA for 96474ec
Browse repository at this point
Remove RFC 7520 content
Show description for 4ba378a
fladi
committed
4ba378a
View commit details
Copy full SHA for 4ba378a
Browse repository at this point
Commits on Dec 7, 2021
Merge pull request #283 from k4black/setup-fix
Show description for cfbb868
mpdavis
authored
cfbb868
View commit details
Copy full SHA for cfbb868
Browse repository at this point
Small style fix
k4black
committed
a93b11e
View commit details
Copy full SHA for a93b11e
Browse repository at this point
Foxed versions
k4black
committed
8ee4ab1
View commit details
Copy full SHA for 8ee4ab1
Browse repository at this point
Exclude tests*
k4black
committed
4222659
View commit details
Copy full SHA for 4222659
Browse repository at this point
Refactored setup.cfg
k4black
committed
627d892
View commit details
Copy full SHA for 627d892
Browse repository at this point
Commits on Oct 12, 2021
Merge pull request #280 from jairhenrique/python310
Show description for a374301
mpdavis
authored
a374301
View commit details
Copy full SHA for a374301
Browse repository at this point
Add support to python 3.10
jairhenrique
committed
43f06a3
View commit details
Copy full SHA for 43f06a3
Browse repository at this point
Commits on Oct 6, 2021
Merge pull request #279 from SiGe11/patch-1
Show description for 18685aa
mpdavis
authored
18685aa
View commit details
Copy full SHA for 18685aa
Browse repository at this point
Update supported algoritm values
Show description for a5d8c32
SiGe11
authored
a5d8c32
View commit details
Copy full SHA for a5d8c32
Browse repository at this point
Commits on Jun 7, 2021
Fix 3.3.0 release year (#264)
romanek-adam
authored
be8e914
View commit details
Copy full SHA for be8e914
Browse repository at this point
Commits on Jun 5, 2021
Prepare release 3.3.0 (#260)
asherf
authored
e5fcca2
View commit details
Copy full SHA for e5fcca2
Browse repository at this point
Commits on Jun 4, 2021
Remove more python 2 compatibility code. (#259)
Show description for 47edfc5
asherf
authored
47edfc5
View commit details
Copy full SHA for 47edfc5
Browse repository at this point
Fix compatibility issue - ecdsa Curve is not hashable. (#261)
asherf
authored
efe41c3
View commit details
Copy full SHA for efe41c3
Browse repository at this point
Commits on May 25, 2021
fix readme. (#258)
asherf
authored
e724fa0
View commit details
Copy full SHA for e724fa0
Browse repository at this point
Add black (#256)
Show description for fccbcf4
asherf
authored
fccbcf4
View commit details
Copy full SHA for fccbcf4
Browse repository at this point
Commits on May 24, 2021
remove travis config (#257)
asherf
authored
111e2a1
View commit details
Copy full SHA for 111e2a1
Browse repository at this point
Add more OS (windows, mac-os) support (#246)
Show description for ea6979e
asherf
authored
ea6979e
View commit details
Copy full SHA for ea6979e
Browse repository at this point
Commits on May 8, 2021
Remove more usages of six (#253)
asherf
authored
e44cbc8
View commit details
Copy full SHA for e44cbc8
Browse repository at this point
Commits on May 7, 2021
Add pyproject.toml w/ isort config, add tox command to run lint fixes (#255)
asherf
authored
5fb8673
View commit details
Copy full SHA for 5fb8673
Browse repository at this point
Commits on May 6, 2021
Add isort (#252)
asherf
authored
36dde95
View commit details
Copy full SHA for 36dde95
Browse repository at this point
Ignore VSCode files (#254)
asherf
authored
f321cf0
View commit details
Copy full SHA for f321cf0
Browse repository at this point
Upgrade tests to use python 3.6+ syntax (#249)
asherf
authored
2fad8a0
View commit details
Copy full SHA for 2fad8a0
Browse repository at this point
Commits on May 5, 2021
remove usage of long in test (#250)
asherf
authored
030e8f6
View commit details
Copy full SHA for 030e8f6
Browse repository at this point
Update code to to use python 3.6+ syntax. (#241)
asherf
authored
c9e1035
View commit details
Copy full SHA for c9e1035
Browse repository at this point
Commits on May 4, 2021
Add job to install & verify package (#247)
asherf
authored
23c4e75
View commit details
Copy full SHA for 23c4e75
Browse repository at this point
Commits on May 3, 2021
Add project urls, update classifiers and remove support for old cryptography versions. (#244)
Show description for 16bde17
asherf
authored
16bde17
View commit details
Copy full SHA for 16bde17
Browse repository at this point
Update Sphinx config to be compatible with current version (#245)
Show description for 58a9e87
asherf
and
tylerdave
authored
58a9e87
View commit details
Copy full SHA for 58a9e87
Browse repository at this point
Rename flake8 step/env to lint (#242)
Show description for 35afac1
asherf
authored
35afac1
View commit details
Copy full SHA for 35afac1
Browse repository at this point
Commits on May 2, 2021
Upgrade to latest pytest, cryptography & pyaml versions (#243)
asherf
authored
2502f77
View commit details
Copy full SHA for 2502f77
Browse repository at this point
Commits on May 1, 2021
Add code coverage processing & upload to Github Actions workflow (#239)
Show description for ba58f7f
asherf
authored
ba58f7f
View commit details
Copy full SHA for ba58f7f
Browse repository at this point
Merge pull request #235 from asherf/docs
Show description for 3feac30
asherf
authored
3feac30
View commit details
Copy full SHA for 3feac30
Browse repository at this point
Merge pull request #237 from asherf/gha
Show description for 204af05
asherf
authored
204af05
View commit details
Copy full SHA for 204af05
Browse repository at this point
Merge pull request #236 from asherf/crypto
Show description for 7dda679
asherf
authored
7dda679
View commit details
Copy full SHA for 7dda679
Browse repository at this point
Previous
Next
You can’t perform that action at this time.