Skip to content

Instantly share code, notes, and snippets.

View j0lol's full-sized avatar
boo!

jo! j0lol

boo!
View GitHub Profile
@OverHash
OverHash / main.rs
Created July 10, 2022 23:22
Minecraft OAuth Authentication Rust Example
use std::{
collections::HashMap,
fs,
io::{self, Write},
};
use reqwest::Client;
use serde::{Deserialize, Serialize};
use serde_json::json;