Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/geysermc/mcauthlib
- Owner: GeyserMC
- License: mit
- Created: 2014-03-30T17:42:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T18:13:13.000Z (about 1 year ago)
- Last Synced: 2024-04-14T00:32:23.791Z (7 months ago)
- Topics: authentication, java, minecraft
- Language: Java
- Homepage:
- Size: 125 KB
- Stars: 53
- Watchers: 3
- Forks: 33
- 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)**.