update readme

This commit is contained in:
muhammadeko 2022-04-29 07:19:26 +07:00
parent a59c2425ed
commit c14839b278
No known key found for this signature in database
GPG Key ID: 51366716C10E98B1

View File

@ -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)