Pretendo account server
Go to file
2023-04-29 15:30:12 -04:00
docker docker: Allow option to autogenerate keys 2022-10-01 16:12:59 +10:00
migrations/add-console-type-to-nex-account Added NEX account migration script 2022-09-28 18:46:36 -04:00
src Removed unused PNIDgetServerMode method 2023-04-29 15:30:12 -04:00
.dockerignore add node_modules to dockerignore 2022-05-08 15:18:01 +02: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 Update .gitignore 2023-02-28 20:23:51 -05:00
create-test-user.js removed deprecated url.format 2021-08-22 17:41:44 -04:00
Dockerfile update dockerfile to nodejs 18 2022-05-08 15:17:52 +02: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 Cancel Stripe subscription during PNID scrubbing 2023-04-29 14:48:19 -04:00
package.json Cancel Stripe subscription during PNID scrubbing 2023-04-29 14:48:19 -04:00
README.md Added SETUP.md and updated README 2023-04-27 16:01:58 -04:00
SETUP.md Cancel Stripe subscription during PNID scrubbing 2023-04-29 14:48:19 -04: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