-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9815c7
commit 62d2f7d
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Auth servers compatible with authlib-injector | ||
|
||
## Public auth servers | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<td>Name/homepage</td> | ||
<td>Description</td> | ||
<td>API URL</td> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a href="https://ely.by">Ely.by</a></td> | ||
<td>Licensed under <a href="https://github.com/elyby/accounts">Apache-2.0</a>, but not intended for self-hosting. If using 2FA, you must append the code to the end of your password during login in the format "password:code".</td> | ||
<td>https://account.ely.by/api/authlib-injector</td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://skin.prinzeugen.net">Blessing Skin</a></td> | ||
<td>Also self-hostable.</td> | ||
<td>https://skin.prinzeugen.net/api/yggdrasil</td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://littleskin.cn">LittleSkin</a></td> | ||
<td>Another popular instance of Blessing Skin.</td> | ||
<td>https://littleskin.cn/api/yggdrasil</td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://drasl.unmojang.org">Drasl</a></td> | ||
<td>Also self-hostable. The public instance requires a Minecraft account to register.</td> | ||
<td>https://drasl.unmojang.org/authlib-injector</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
## Self-hosted API servers | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<td>Name/homepage</td> | ||
<td>Description</td> | ||
<td>License</td> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a href="https://github.com/unmojang/drasl">Drasl</a></td> | ||
<td>Flexible, minimalistic API server written in Go</td> | ||
<td>GPLv3</td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://github.com/bs-community/blessing-skin-server">Blessing Skin Server</a></td> | ||
<td>Feature-rich skin server written in PHP. Authentication server functionality is supported as a <a href="https://github.com/bs-community/blessing-skin-plugins">plugin</a>.</td> | ||
<td>MIT</td> | ||
</tr> | ||
</tbody> | ||
</table> |