https://github.com/dscalzi/helios-core
♾️ A library containing core mechanisms for Helios Launcher
https://github.com/dscalzi/helios-core
helios-launcher microsoft mojang
Last synced: 6 months ago
JSON representation
♾️ A library containing core mechanisms for Helios Launcher
- Host: GitHub
- URL: https://github.com/dscalzi/helios-core
- Owner: dscalzi
- License: lgpl-3.0
- Created: 2020-12-23T22:28:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T01:01:49.000Z (8 months ago)
- Last Synced: 2025-04-09T20:05:49.628Z (6 months ago)
- Topics: helios-launcher, microsoft, mojang
- Language: TypeScript
- Homepage:
- Size: 530 KB
- Stars: 14
- Watchers: 4
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helios-Core
A library containing core mechanisms for Helios Launcher
### Requirements
* Node.js 20 (minimum)
helios-core will always use the same minimum node version as Helios Launcher.
## Auth
### Supported Auth Providers
* Mojang
* Microsoft### Provider Information
#### Mojang
Mojang authentication makes use of the Yggdrasil scheme. See https://wiki.vg/Authentication
#### Microsoft
Microsoft authentication uses OAuth 2.0 with Azure. See https://wiki.vg/Microsoft_Authentication_Scheme
### LICENSE
LGPL-3.0