Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T18:36:34.000Z (25 days ago)
- Last Synced: 2024-12-15T19:42:50.529Z (9 days ago)
- Topics: helios-launcher, microsoft, mojang
- Language: TypeScript
- Homepage:
- Size: 630 KB
- Stars: 13
- Watchers: 5
- Forks: 20
- 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