FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for lib/src - ws-java/java-jwt · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ws-java
/
java-jwt
Public
forked from
auth0/java-jwt
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
Breadcrumbs
History for
java-jwt
lib
src
on
master
User selector
Datepicker
Commit history
Commits on Feb 21, 2018
Fix for issue #236 - refactored HMACAlgorithm so that it doesn't throw an UnsupportedEncodingException
obecker
committed
f229898
View commit details
Copy full SHA for f229898
View code at this point
Browse repository at this point
Commits on Nov 6, 2017
bump dependencies
lbalmaceda
committed
ecdc9f8
View commit details
Copy full SHA for ecdc9f8
View code at this point
Browse repository at this point
Commits on Nov 3, 2017
fix ECDSA signature encoding
Show description for 064a01e
lbalmaceda
committed
064a01e
View commit details
Copy full SHA for 064a01e
View code at this point
Browse repository at this point
circle 2.0
lbalmaceda
committed
bb5b897
View commit details
Copy full SHA for bb5b897
View code at this point
Browse repository at this point
Commits on Aug 29, 2017
Don't instantiate unnecessary exception for valid JSON
rumdidumdum
committed
804b1bb
View commit details
Copy full SHA for 804b1bb
View code at this point
Browse repository at this point
Commits on May 3, 2017
update KeyProvider interface. Update readme.
lbalmaceda
committed
11e96ad
View commit details
Copy full SHA for 11e96ad
View code at this point
Browse repository at this point
Commits on Apr 20, 2017
add specific exceptions to JWTVerifier#verify javadoc
lbalmaceda
committed
b2eac86
View commit details
Copy full SHA for b2eac86
View code at this point
Browse repository at this point
refactor KeyProvider to use KeyId
lbalmaceda
committed
0001be0
View commit details
Copy full SHA for 0001be0
View code at this point
Browse repository at this point
improve token parts handling. Remove Signature interface.
lbalmaceda
committed
cf123a6
View commit details
Copy full SHA for cf123a6
View code at this point
Browse repository at this point
Commits on Apr 19, 2017
change base class of JWTDecoder
lbalmaceda
committed
72bceb9
View commit details
Copy full SHA for 72bceb9
View code at this point
Browse repository at this point
Commits on Apr 12, 2017
Merge branch 'master' into missing-long
lbalmaceda
authored
9193d5d
View commit details
Copy full SHA for 9193d5d
View code at this point
Browse repository at this point
Merge branch 'master' into master
lbalmaceda
authored
e5141f3
View commit details
Copy full SHA for e5141f3
View code at this point
Browse repository at this point
add decode tests
lbalmaceda
committed
0a0e83a
View commit details
Copy full SHA for 0a0e83a
View code at this point
Browse repository at this point
allow to get a Claim as Map<String, Object>
lbalmaceda
committed
522f279
View commit details
Copy full SHA for 522f279
View code at this point
Browse repository at this point
Commits on Apr 11, 2017
make JsonNodeClaim always return false for isNull invocation
lbalmaceda
committed
283b899
View commit details
Copy full SHA for 283b899
View code at this point
Browse repository at this point
Commits on Apr 7, 2017
fix claim.isNull() method
lbalmaceda
committed
9a496ad
View commit details
Copy full SHA for 9a496ad
View code at this point
Browse repository at this point
Commits on Apr 6, 2017
JWTCreator extended with Long type.
vrancic
committed
c60687c
View commit details
Copy full SHA for c60687c
View code at this point
Browse repository at this point
Commits on Apr 3, 2017
Tests for Long type updated.
vrancic
committed
6825cd3
View commit details
Copy full SHA for 6825cd3
View code at this point
Browse repository at this point
Commits on Mar 30, 2017
Long type is missing for claims. I added Long type for claims and updated tests.
vrancic
committed
d27b121
View commit details
Copy full SHA for d27b121
View code at this point
Browse repository at this point
Commits on Mar 17, 2017
rollbacked code formating changes
lorenzospinelli
committed
6a17553
View commit details
Copy full SHA for 6a17553
View code at this point
Browse repository at this point
Commits on Mar 16, 2017
changed exception for token expiration in TokenExpirationException
lorenzospinelli
committed
b4cd84c
View commit details
Copy full SHA for b4cd84c
View code at this point
Browse repository at this point
restored original class elements order
lorenzospinelli
committed
a00a8f7
View commit details
Copy full SHA for a00a8f7
View code at this point
Browse repository at this point
added date validation dedicated exception
lorenzospinelli
committed
ecb4153
View commit details
Copy full SHA for ecb4153
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
remove constructor with 2 keys. Keep keyProvider signature
lbalmaceda
committed
18c1710
View commit details
Copy full SHA for 18c1710
View code at this point
Browse repository at this point
reorder methods in the Algorithm class
lbalmaceda
committed
f27584e
View commit details
Copy full SHA for f27584e
View code at this point
Browse repository at this point
add algorithm key provider interface
lbalmaceda
committed
0631123
View commit details
Copy full SHA for 0631123
View code at this point
Browse repository at this point
chore cast and exception handling
lbalmaceda
committed
c4f2094
View commit details
Copy full SHA for c4f2094
View code at this point
Browse repository at this point
refactor Algorithm to accept both keys
lbalmaceda
committed
4f8f54a
View commit details
Copy full SHA for 4f8f54a
View code at this point
Browse repository at this point
change JWT.decode return type to DecodedJWT
lbalmaceda
committed
e4f2aeb
View commit details
Copy full SHA for e4f2aeb
View code at this point
Browse repository at this point
accept blanks, new line and carriage returns on json
lbalmaceda
committed
197091e
View commit details
Copy full SHA for 197091e
View code at this point
Browse repository at this point
Commits on Feb 24, 2017
fix header tests
lbalmaceda
committed
d5ce251
View commit details
Copy full SHA for d5ce251
View code at this point
Browse repository at this point
add setter for the headers Key Id value
lbalmaceda
committed
970fb3c
View commit details
Copy full SHA for 970fb3c
View code at this point
Browse repository at this point
set typ=JWT after signing the token
lbalmaceda
committed
16050be
View commit details
Copy full SHA for 16050be
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
fix long to date conversion
lbalmaceda
committed
b296262
View commit details
Copy full SHA for b296262
View code at this point
Browse repository at this point
Commits on Jan 6, 2017
Fix javadoc comment (#130)
rkondratowicz
authored and
hzalaz
committed
1a95995
View commit details
Copy full SHA for 1a95995
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL