mirror of
https://github.com/exzork/GCAuth.git
synced 2024-11-24 00:23:58 +00:00
6 lines
271 B
Markdown
6 lines
271 B
Markdown
|
Add this line to Grasscutter build.gradle and recompile.
|
||
|
```
|
||
|
implementation 'io.jsonwebtoken:jjwt-api:0.11.3'
|
||
|
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.3', 'io.jsonwebtoken:jjwt-gson:0.11.3'
|
||
|
implementation 'org.springframework.security:spring-security-crypto:5.6.3'
|
||
|
```
|