Commit fe88788
zihluwang
feat: added ECDSA-based algorithm support
make the simple-jwt auth0 implementation can use ECDSA-based algorithms
BREAKING CHANGE: the io.jsonwebtoken:jjwt implementation was
discontinued since its design made a big challenge to encapsulation1 parent 62b8cb8 commit fe88788
File tree
21 files changed
+343
-1476
lines changed- simple-jwt-authzero/src/main/java/com/onixbyte/simplejwt/authzero
- config
- simple-jwt-facade/src/main/java/com/onixbyte/simplejwt
- config
- constants
- exceptions
- simple-jwt-jjwt
- src/main
- java/com/onixbyte/simplejwt/jjwt
- config
- resources
- simple-jwt-spring-boot-starter
- src/main/java/com/onixbyte/simplejwt/autoconfiguration
- properties
21 files changed
+343
-1476
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
0 commit comments