Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/geysermc/mcauthlib

A library for authentication with Minecraft accounts.
https://github.com/geysermc/mcauthlib

authentication java minecraft

Last synced: 5 days ago
JSON representation

A library for authentication with Minecraft accounts.

Awesome Lists containing this project

README

        

# This project is no longer maintained. Please use [MinecraftAuth](https://github.com/RaphiMC/MinecraftAuth) instead.

# MCAuthLib
MCAuthLib is a library for authentication with Minecraft accounts. It is used in projects such as MCProtocolLib to handle authenticating users.

## Example Code
See [example/com/github/steveice10/mc/auth/test/MinecraftAuthTest.java](https://github.com/Steveice10/MCAuthLib/blob/master/example/com/github/steveice10/mc/auth/test/MinecraftAuthTest.java)

## Building the Source
MCAuthLib uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.

## Support and development

Please join us at https://discord.gg/geysermc under #mcprotocollib for discussion and support for this project.

## License
MCAuthLib is licensed under the **[MIT license](http://www.opensource.org/licenses/mit-license.html)**.