Pretendo account server
Find a file
2023-10-14 10:25:53 -07:00
migrations updated migrations 2023-05-02 22:01:39 -04:00
src [NNID] /v1/api/miis - Return duplicate results for duplicate inputs 2023-07-13 14:00:16 -04:00
.dockerignore So I don't accidentally push data generated by the server in Docker 2023-07-17 00:03:38 -07:00
.eslintignore Enable strict mode in TS and fix most issues with it 2023-03-17 17:39:46 -04:00
.eslintrc.json Typed literally everything and eslint is happy 2023-03-06 21:01:15 -05:00
.gitignore So I don't accidentally push data generated by the server in Docker 2023-07-17 00:03:38 -07:00
create-test-user.js removed deprecated url.format 2021-08-22 17:41:44 -04:00
DOCKER.md Remove Datastore token from Docker instructions 2023-10-14 10:25:53 -07:00
Dockerfile Update Dockerfile to properly reflect needs, remove unneeded files 2023-07-14 01:28:46 -07:00
example.env Added getUserData gRPC method 2023-04-27 23:58:02 -04:00
generate-keys.js Fixed path undefined error in generate-keys with account type 2022-10-01 10:56:06 -04:00
LICENSE Create LICENSE 2022-08-13 20:43:16 -04:00
package-lock.json Make user data update endpoint do something 2023-07-12 18:17:15 -04:00
package.json Make user data update endpoint do something 2023-07-12 18:17:15 -04:00
README.md Added SETUP.md and updated README 2023-04-27 16:01:58 -04:00
SETUP.md Begin notes on setting up using Docker 2023-07-17 00:04:39 -07:00
tsconfig.json Enable strict mode in TS and fix most issues with it 2023-03-17 17:39:46 -04:00

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