Crate mcvm_auth

Source
Expand description

This library is used by MCVM to authenticate with Minecraft using Microsoft’s APIs. Although it provides the base functions for authentication, it does not string them together for you. For an example of using this crate, look at the user::auth module in the mcvm_core crate.

Note: The asynchronous functions in this library expect the use of the Tokio runtime and may panic if it is not used

Modules§

db
Database for storing authentication information
mc
Authentication for Minecraft
passkey
Usage of passkeys for encoding and decoding sensitive info

Structs§

RsaPrivateKey
Represents a whole RSA key, public and private parts.
RsaPublicKey
Represents the public part of an RSA key.