mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-03-21 17:44:49 -05:00
Pretendo account server
Removes [ip](https://github.com/indutny/node-ip). It's no longer used after updating ancestor dependency [socks](https://github.com/JoshGlazebrook/socks). These dependencies need to be updated together. Removes `ip` Updates `socks` from 2.7.1 to 2.8.4 - [Release notes](https://github.com/JoshGlazebrook/socks/releases) - [Commits](https://github.com/JoshGlazebrook/socks/compare/2.7.1...2.8.4) --- updated-dependencies: - dependency-name: ip dependency-version: dependency-type: indirect - dependency-name: socks dependency-version: 2.8.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github/workflows | ||
| migrations | ||
| src | ||
| .dockerignore | ||
| .eslintignore | ||
| .eslintrc.json | ||
| .gitignore | ||
| Dockerfile | ||
| example.env | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| pnid-scrub.js | ||
| README.md | ||
| SETUP.md | ||
| tsconfig.json | ||
Account server
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 (used by the website)
Setup
See SETUP.md for how to self host