Pretendo account server
Go to file
Jonathan Barrow 8c07ae82f9
Merge pull request #64 from PretendoNetwork/dev
Merge dev to master
2023-02-27 22:20:13 -05: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 feat: send mail from config-definable email 2023-02-26 21:20:50 +00:00
.dockerignore add node_modules to dockerignore 2022-05-08 15:18:01 +02:00
.eslintignore Total rewrite 2020-02-16 20:33:53 -05:00
.eslintrc.json Total rewrite 2020-02-16 20:33:53 -05:00
.gitignore Add redis dump.rdb to gitignore 2022-10-09 22:07:14 -04: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
logger.js Large restructure 2021-03-28 20:31:57 -04:00
package-lock.json Updated package-lock 2023-02-12 09:22:16 -05:00
package.json Improved config value set checks 2022-10-09 13:54:42 -04:00
README.md Added start of the README 2023-02-12 09:34:48 -05: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