Pretendo account server
Go to file
dependabot[bot] 7af2f5a2cc
chore(deps): bump @smithy/config-resolver from 4.1.4 to 4.4.5
Bumps [@smithy/config-resolver](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/config-resolver) from 4.1.4 to 4.4.5.
- [Release notes](https://github.com/smithy-lang/smithy-typescript/releases)
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/config-resolver/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/config-resolver@4.4.5/packages/config-resolver)

---
updated-dependencies:
- dependency-name: "@smithy/config-resolver"
  dependency-version: 4.4.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-08 23:24:46 +00:00
.github/workflows chore: use master branch for all references 2025-10-05 20:28:34 +01:00
migrations
scripts chore: add logging to ip2location and add token to build scripts 2025-10-05 19:48:02 +01:00
src fix: fix incorrect ID handling in provisioning 2026-01-01 23:53:34 +01:00
.dockerignore
.gitignore feat: implement v2 grpc servers 2025-06-17 16:55:38 -04:00
Dockerfile chore: add logging to ip2location and add token to build scripts 2025-10-05 19:48:02 +01:00
eslint.config.mjs fix: pin mii-js at working version 2025-05-20 23:40:09 +01:00
example.env
LICENSE
package-lock.json chore(deps): bump @smithy/config-resolver from 4.1.4 to 4.4.5 2026-01-08 23:24:46 +00:00
package.json fix(mailer): escape pnid 2025-11-15 21:19:13 +01:00
pnid-scrub.js
README.md feat(nnas/api): add Mississippi check at registration 2025-08-27 15:50:59 -04:00
SETUP.md chore: Add documentation on new config option 2026-01-01 23:54:52 +01:00
tsconfig.json

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)

Uses the IP2Location LITE database for IP geolocation.

Setup

See SETUP.md for how to self host