Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reviversmc/modget-auth
https://github.com/reviversmc/modget-auth
Last synced: about 2 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T07:00:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T00:48:06.245Z (almost 2 years 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}"
```