reimplementation of minecraft legacy auth server
Find a file
2023-01-20 16:38:33 +01:00
migration added tokens table and db queries, implemented most routes 2023-01-20 00:37:13 +01:00
src fix: small changes 2023-01-20 16:38:33 +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 added tokens table and db queries, implemented most routes 2023-01-20 00:37:13 +01:00
README.md docs: link to winter repo 2023-01-20 00:41:59 +01:00

HOW TO USE

Add to java args (on client/server)

-Dminecraft.api.auth.host=http://localhost:8081/auth
-Dminecraft.api.account.host=http://localhost:8081/account
-Dminecraft.api.session.host=http://localhost:8081/session
-Dminecraft.api.services.host=http://localhost:8081/services

TODO

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