FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for lib - AndroidSourceTools/java-jwt · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
AndroidSourceTools
/
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
on
master
User selector
Datepicker
Commit history
Commits on Dec 15, 2020
Target Java 8 (#455)
Show description for f616bad
lbalmaceda
and
jimmyjames
authored
f616bad
View commit details
Copy full SHA for f616bad
View code at this point
Browse repository at this point
Merge branch 'master' into patch-1
jimmyjames
authored
136794e
View commit details
Copy full SHA for 136794e
View code at this point
Browse repository at this point
Commits on Dec 7, 2020
Update jackson-databind to 2.10.5.1
Show description for 0f9ee30
overheadhunter
authored
0f9ee30
View commit details
Copy full SHA for 0f9ee30
View code at this point
Browse repository at this point
Commits on Nov 23, 2020
Thread-safe classes should be Shared statically
Show description for a787e2d
lee-ext
authored
a787e2d
View commit details
Copy full SHA for a787e2d
View code at this point
Browse repository at this point
Commits on Sep 24, 2020
Add ability to verify claim presence (#442)
Show description for 84c2258
jimmyjames
authored
84c2258
View commit details
Copy full SHA for 84c2258
View code at this point
Browse repository at this point
Commits on Sep 17, 2020
review feedback - whitespace and optimized imports
jimmyjames
authored and
lbalmaceda
committed
4a55c30
View commit details
Copy full SHA for 4a55c30
View code at this point
Browse repository at this point
Remove README-ES256K.txt file
jimmyjames
authored and
lbalmaceda
committed
938f1a5
View commit details
Copy full SHA for 938f1a5
View code at this point
Browse repository at this point
Review feedback - remove deprecated method, whitespace fixes
jimmyjames
authored and
lbalmaceda
committed
10c4437
View commit details
Copy full SHA for 10c4437
View code at this point
Browse repository at this point
PR 428 original changes
jimmyjames
authored and
lbalmaceda
committed
027ff95
View commit details
Copy full SHA for 027ff95
View code at this point
Browse repository at this point
Commits on Jun 24, 2020
wrap IllegalArgumentException into JWTDecodeException
lbalmaceda
committed
5dbe4e8
View commit details
Copy full SHA for 5dbe4e8
View code at this point
Browse repository at this point
Commits on Jun 16, 2020
Update lib/src/test/java/com/auth0/jwt/algorithms/HMACAlgorithmTest.java
Show description for 9fdf105
lbalmaceda
and
Widcket
committed
9fdf105
View commit details
Copy full SHA for 9fdf105
View code at this point
Browse repository at this point
document java thread-safety
lbalmaceda
committed
54286fc
View commit details
Copy full SHA for 54286fc
View code at this point
Browse repository at this point
use final modifier on a field param
lbalmaceda
committed
542f7fa
View commit details
Copy full SHA for 542f7fa
View code at this point
Browse repository at this point
fix array manipulation by making a copy of the received value
lbalmaceda
committed
b161fc4
View commit details
Copy full SHA for b161fc4
View code at this point
Browse repository at this point
add failing test case for array manipulation in HMACAlgorithm
lbalmaceda
committed
3d3c794
View commit details
Copy full SHA for 3d3c794
View code at this point
Browse repository at this point
fix date manipulation by creating a new Date instance
lbalmaceda
committed
7d0111c
View commit details
Copy full SHA for 7d0111c
View code at this point
Browse repository at this point
add failing test case for date reference manipulation
lbalmaceda
committed
4d2bfdb
View commit details
Copy full SHA for 4d2bfdb
View code at this point
Browse repository at this point
make PayloadImpl keep an unmodifiable list of audiences
lbalmaceda
committed
b3dd755
View commit details
Copy full SHA for b3dd755
View code at this point
Browse repository at this point
Commits on Apr 23, 2020
Fixed an NPE on null map and list claims
DanilaVaratyntsev
authored and
lbalmaceda
committed
a81f307
View commit details
Copy full SHA for a81f307
View code at this point
Browse repository at this point
Commits on Mar 27, 2020
JavaDoc fix (#413)
jimmyjames
authored
f2d95fa
View commit details
Copy full SHA for f2d95fa
View code at this point
Browse repository at this point
Commits on Mar 25, 2020
Check varargs null values in JWTVerifier (#412)
Show description for 45036b9
jimmyjames
authored
45036b9
View commit details
Copy full SHA for 45036b9
View code at this point
Browse repository at this point
Commits on Mar 13, 2020
Update dependencies (#407)
jimmyjames
authored
f50bacf
View commit details
Copy full SHA for f50bacf
View code at this point
Browse repository at this point
Commits on Feb 28, 2020
Update build.gradle
Show description for 7718330
gexclaude
authored and
lbalmaceda
committed
7718330
View commit details
Copy full SHA for 7718330
View code at this point
Browse repository at this point
Commits on Feb 14, 2020
code-formatting changes
lbalmaceda
committed
8e02a2e
View commit details
Copy full SHA for 8e02a2e
View code at this point
Browse repository at this point
fix NPE when missing expected array claim
lbalmaceda
committed
cbe8eeb
View commit details
Copy full SHA for cbe8eeb
View code at this point
Browse repository at this point
Fix Javadoc
skjolber
authored and
lbalmaceda
committed
5fa3fe3
View commit details
Copy full SHA for 5fa3fe3
View code at this point
Browse repository at this point
Add unit tests and handling of integer vs long datatypes
skjolber
authored and
lbalmaceda
committed
9f5cb26
View commit details
Copy full SHA for 9f5cb26
View code at this point
Browse repository at this point
Support verification of Long[] datatype like in JWTCreator
skjolber
authored and
lbalmaceda
committed
373bb6b
View commit details
Copy full SHA for 373bb6b
View code at this point
Browse repository at this point
Commits on Feb 13, 2020
Improve Javadoc, use anon types where possible, add unit test for Map in List, formatting
skjolber
authored and
lbalmaceda
committed
0130a26
View commit details
Copy full SHA for 0130a26
View code at this point
Browse repository at this point
Initial QA changes
skjolber
authored and
lbalmaceda
committed
0e5e12f
View commit details
Copy full SHA for 0e5e12f
View code at this point
Browse repository at this point
Improve code coverage for JWTCreator
skjolber
authored and
lbalmaceda
committed
1470ba1
View commit details
Copy full SHA for 1470ba1
View code at this point
Browse repository at this point
Support map / list claims
skjolber
authored and
lbalmaceda
committed
343c3a2
View commit details
Copy full SHA for 343c3a2
View code at this point
Browse repository at this point
Update to Gradle 6.1.1
jimmyjames
committed
0908db7
View commit details
Copy full SHA for 0908db7
View code at this point
Browse repository at this point
Commits on Feb 12, 2020
Update tests to use valid Base64 URL-encoded tokens
jimmyjames
committed
0a8e50e
View commit details
Copy full SHA for 0a8e50e
View code at this point
Browse repository at this point
Commits on Feb 3, 2020
allow to customize the typ header claim
lbalmaceda
committed
1b5ef29
View commit details
Copy full SHA for 1b5ef29
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL