Skip to content

ReviversMC/modget-auth

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages