mirror of
https://github.com/exzork/GCAuth.git
synced 2024-11-27 18:01:14 +00:00
update readme
This commit is contained in:
parent
a59c2425ed
commit
c14839b278
13
README.md
13
README.md
@ -1,7 +1,6 @@
|
||||
Add this line to Grasscutter build.gradle and recompile.
|
||||
```
|
||||
implementation 'commons-logging:commons-logging:1.2'
|
||||
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'
|
||||
```
|
||||
#GCAuth
|
||||
Grasscutter Authentication System
|
||||
###Usage :
|
||||
- Place jar inside plugins folder of Grasscutter.
|
||||
- To change hash algorithm change `Hash` in config.json inside plugins/GCAuth (Only Bcrypt and Scrypt is supported)
|
||||
- To enable/disable plugin change `Enable` config.json inside plugins/GCAuth (enabled by default)
|
||||
|
Loading…
Reference in New Issue
Block a user