https://github.com/geysermc/mcauthlib
A library for authentication with Minecraft accounts.
https://github.com/geysermc/mcauthlib
authentication java minecraft
Last synced: 10 months ago
JSON representation
A library for authentication with Minecraft accounts.
- Host: GitHub
- URL: https://github.com/geysermc/mcauthlib
- Owner: GeyserMC
- License: mit
- Archived: true
- Created: 2014-03-30T17:42:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T22:30:57.000Z (over 1 year ago)
- Last Synced: 2025-04-14T21:13:13.598Z (10 months ago)
- Topics: authentication, java, minecraft
- Language: Java
- Homepage:
- Size: 128 KB
- Stars: 51
- Watchers: 2
- Forks: 32
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)**.