Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 551 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 551 Bytes

mojang-api

Documentation crates.io

This crate offers a simple interface for utilizing the Mojang API. It utilizes experimental async/await syntax, allowing for clean, asynchronous requests.

Currently, the following mechanisms are supported:

  • Obtaining the "server hash" required for authenticating with Mojang.
  • Running server-side authentication of a client.

In the future, additional functionality will be added.