Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reviversmc/modget-auth


https://github.com/reviversmc/modget-auth

Last synced: about 2 months ago
JSON representation

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}"
```