mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-03-27 04:14:39 -05:00
Pretendo account server
| docker | ||
| migrations/add-console-type-to-nex-account | ||
| src | ||
| .dockerignore | ||
| .eslintignore | ||
| .eslintrc.json | ||
| .gitignore | ||
| create-test-user.js | ||
| Dockerfile | ||
| example.config.json | ||
| example.env | ||
| generate-keys.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Account server
What is this?
The account server is a replacement for several account-based services used by the WiiU and 3DS. It replaces the NNID api as well as NASC for the 3DS. It also contains a dedicated PNID api service for getting details of PNIDs outside of the consoles
Setup
TODO