From a91e85502b5271bfb832b7fc96984af9c6b0f9a6 Mon Sep 17 00:00:00 2001 From: muhammadeko Date: Fri, 29 Apr 2022 05:34:01 +0700 Subject: [PATCH] Add readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..70b318c --- /dev/null +++ b/README.md @@ -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' +``` \ No newline at end of file