
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
@authup/client-admin-console
Advanced tools
Authup's admin console: the administration SPA, served by server-core at /console/admin and hostable standalone.
This is the admin console for Authup, a flexible and secure authentication and
authorization system: a client-only Vue SPA that @authup/server-core serves
at <publicUrl>/console/admin. The package ships the built dist/ only; there is no
server process and no binary.
Served by server-core (the default): nothing to configure. The server injects
the runtime configuration into the shell per request and authenticates the
console with its opaque session cookie. ADMIN_CONSOLE_ENABLED=false turns
the route into a disabled notice; ADMIN_CONSOLE_PATH points server-core at a
substituted package directory.
Standalone hosting: serve dist/ under the /console/admin base path (or any other, injected as basePath) on any static
host (every deep link must answer with index.html), inject the
configuration by replacing the <!--admin-config--> marker in index.html
with <script>window.__AUTHUP__ = { apiUrl: 'https://auth.example.com' };</script>
(optional keys: basePath, clientId), and list the host's origin in the
server's TRUSTED_ORIGINS. On a foreign origin the console signs in through
the browser-side authorization-code flow instead of the session cookie.
VITE_API_URL=http://localhost:3000 npm run dev # vite on http://localhost:5173/console/admin/
npm run build # dist/, what server-core serves
npm run test
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.
FAQs
Authup's admin console: the administration SPA, served by server-core at /console/admin and hostable standalone.
The npm package @authup/client-admin-console receives a total of 20 weekly downloads. As such, @authup/client-admin-console popularity was classified as not popular.
We found that @authup/client-admin-console demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.