Pretendo account server
Go to file
Jemma Poffinbarger 14e60a6bb1
fix: typo in server selection svg for dev
Co-authored-by: Daniel López Guimaraes <112760654+DaniElectra@users.noreply.github.com>
2024-06-06 18:45:26 -05:00
docker docker: Allow option to autogenerate keys 2022-10-01 16:12:59 +10:00
migrations updated migrations 2023-05-02 22:01:39 -04:00
src fix: typo in server selection svg for dev 2024-06-06 18:45:26 -05: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 chore: removed unnecessary type declarations 2024-04-14 19:16:25 -04: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 missing fields in the /v1/api/people/@me/ endpoint. Added PN_ACT_CONFIG_SERVER_ENVIRONMENT to example.env and the setup guide. 2024-04-22 19:27:40 -05: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 Added support for user information app on Wii U (from #77) 2024-04-21 18:28:18 -05:00
package.json Added support for user information app on Wii U (from #77) 2024-04-21 18:28:18 -05:00
README.md Added SETUP.md and updated README 2023-04-27 16:01:58 -04:00
SETUP.md Added missing fields in the /v1/api/people/@me/ endpoint. Added PN_ACT_CONFIG_SERVER_ENVIRONMENT to example.env and the setup guide. 2024-04-22 19:27:40 -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

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