mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-04 03:16:05 -04:00

Add a system for verifying that a user owns an account on another API server (such as Mojang's). Drasl gives the user a skin to put on their account, then checks that the account has the skin. See `getChallenge` in `front.go`.
7 lines
148 B
TypeScript
7 lines
148 B
TypeScript
import * as THREE from "three";
|
|
import skinview3d from "skinview3d";
|
|
|
|
import background from "./background.ts";
|
|
|
|
export { skinview3d, background };
|