https://github.com/reviversmc/modget-auth
https://github.com/reviversmc/modget-auth
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reviversmc/modget-auth
- Owner: ReviversMC
- License: agpl-3.0
- Created: 2022-02-18T23:13:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T06:59:54.000Z (over 2 years ago)
- Last Synced: 2025-01-05T17:32:11.481Z (6 months ago)
- Language: Java
- Size: 106 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modget Auth
This project provides the authentication tools necessary to get a GitHub token.
To use it, add jitpack to the end of your `build.gradle` repositories:
```gradle
repositories {
...
maven {
url = "https://jitpack.io"
}
}
```And then add modget-auth to your dependencies:
```gradle
implementation "com.github.ReviversMC:modget-auth:${modget_auth_version}"
```