reimplementation of minecraft legacy auth server
Find a file
dev@ftbsc 98446959bc feat: added route for registering unmigrated accs
Pass a valid mojang token to the bakend to have it refreshed. If it's
valid, a new account will be created with previous uuid, name (email)
and given password.

Co-authored-by: zaaarf <zaaarf@proton.me>
2023-01-23 00:07:19 +01:00
migration added tokens table and db queries, implemented most routes 2023-01-20 00:37:13 +01:00
src feat: added route for registering unmigrated accs 2023-01-23 00:07:19 +01:00
.editorconfig initial commit 2023-01-18 23:05:14 +01:00
.gitignore initial work, pieces on the table but much plumbing to do 2023-01-19 01:41:34 +01:00
.rustfmt.toml initial commit 2023-01-18 23:05:14 +01:00
Cargo.toml feat: super cheap hack to fallback to microsoft 2023-01-22 19:41:07 +01:00
README.md fix: add tracing, fix proto, small tweaks 2023-01-21 12:09:42 +01:00

HOW TO USE

Add to java args (on client/server)

-Dminecraft.api.auth.host=https://ygddrasil.fantabos.co/auth
-Dminecraft.api.session.host=https://yggdrasil.fantabos.co

-Dminecraft.api.account.host=http://yggdrasil.fantabos.co/account
-Dminecraft.api.services.host=http://yggdrasil.fantabos.co/services

TODO

lots of routes, check https://codeberg.org/winter/yggdrasil-server