Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mixa3607/yggdrasil.net
Minecraft yggdrasil server implemented with ASP.NET Core
https://github.com/mixa3607/yggdrasil.net
minecraft yggdrasil-minecraft-login
Last synced: 2 days ago
JSON representation
Minecraft yggdrasil server implemented with ASP.NET Core
- Host: GitHub
- URL: https://github.com/mixa3607/yggdrasil.net
- Owner: mixa3607
- License: mit
- Created: 2023-11-12T03:08:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-19T16:08:58.000Z (12 months ago)
- Last Synced: 2023-11-19T17:25:52.657Z (12 months ago)
- Topics: minecraft, yggdrasil-minecraft-login
- Language: C#
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Yggdrasil.Net - minecraft auth server
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mixa3607/Yggdrasil.Net/push.yml?branch=master&style=flat-square)
![GitHub](https://img.shields.io/github/license/mixa3607/Yggdrasil.Net?style=flat-square)## Setup server and client to use custom auth
- Client side [HMCLauncher](https://github.com/huanghongxun/HMCL)
- Server side [AuthLib injector](https://github.com/yushijinhun/authlib-injector)## X509 certs for signing generation
```sh
cd /files/certs
openssl genrsa 4096 > private.pem
openssl req -x509 -new -key private.pem -out public.pem
openssl pkcs12 -export -in public.pem -inkey private.pem -out cert.pfx
```