Pretendo account server
Go to file
2023-04-27 14:38:28 -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 Fix linting issues 2023-04-27 14:38:03 -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.config.json Removed mongoose.uri and mongoose.database options for single mongoose.connection_string 2022-10-20 20:29:23 -04:00
example.env Removed mongoose.uri and mongoose.database options for single mongoose.connection_string 2022-10-20 20:29:23 -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 Handle arrays and proper types on headers and query strings 2023-03-19 11:52:43 -04:00
package.json Replace rm -rf with rimraf 2023-04-27 14:38:28 -04:00
README.md Added start of the README 2023-02-12 09:34:48 -05:00
tsconfig.json Enable strict mode in TS and fix most issues with it 2023-03-17 17:39:46 -04:00

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