Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 398 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 398 Bytes

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:

repositories {
    ...
    maven {
        url = "https://jitpack.io"
    }
}

And then add modget-auth to your dependencies:

implementation "com.github.ReviversMC:modget-auth:${modget_auth_version}"