New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@authup/client-account-console

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@authup/client-account-console

Authup's account console: the end-user self-service SPA, served by server-core at /account and hostable standalone.

Source
npmnpm
Version
1.0.0-beta.60
Version published
Weekly downloads
123
83.58%
Maintainers
1
Weekly downloads
 
Created
Source

@authup/client-account-console 👤

npm version main Known Vulnerabilities

This is the account console for Authup: the end-user self-service surface (profile, password, authenticators, sessions, application consents).

It is a client-only single-page application. The authup server (@authup/server-core) depends on this package and serves the built bundle at <publicUrl>/account; the same bundle can be hosted standalone on any static host. See the deployment guide for details, including the runtime configuration contract (window.__AUTHUP__ via the <!--account-config--> marker in index.html).

Development

The dev server needs a running authup server to talk to.

  • Start (or pick) an authup server and allow the dev origin, so the per-realm account-console OAuth2 client accepts the sign-in round-trip from the vite origin:

    TRUSTED_ORIGINS=localhost:5173 authup-server start
    

    From the repository, after npm run build:

    TRUSTED_ORIGINS=localhost:5173 npm run cli -w apps/server-core -- start
    
  • Run the dev server with the API URL injected:

    VITE_API_URL=http://localhost:3001 npm run dev
    

    (VITE_API_URL can also live in a local .env.local. Without it the app assumes it is served by the authup origin itself and derives the API URL from its own location, which is wrong under the vite dev server.)

  • Open http://localhost:5173/account — the app is mounted under its canonical /account base path in dev too.

Sign-in leaves the dev origin for the server's hosted login and returns with an authorization code, so the full flow works against the real API.

Build

npm run build

Emits the static bundle to dist/ (the artifact this package ships).

License

Made with 💚

Published under the AGPL-3.0 License. A commercial license is available for organizations that cannot meet the AGPL's conditions — see LICENSING.md or contact contact@tada5hi.net.

Keywords

auth

FAQs

Package last updated on 13 Aug 2026

Related posts