mirror of
https://github.com/exzork/GCAuth.git
synced 2024-11-24 00:23:58 +00:00
Add readme
This commit is contained in:
parent
9e2e095b23
commit
a91e85502b
6
README.md
Normal file
6
README.md
Normal file
@ -0,0 +1,6 @@
|
||||
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'
|
||||
```
|
Loading…
Reference in New Issue
Block a user