
Security News
Federal Audit Finds NIST Wasted Funds With No Plan to Clear NVD Backlog
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.
@frontmcp/auth
Advanced tools
Authentication, session management, and credential vault for FrontMCP servers.
npm install @frontmcp/auth
Typically consumed via
@frontmcp/sdk— direct installation is only needed for advanced use cases.
@frontmcp/utils crypto (docs)import { FrontMcp, App } from '@frontmcp/sdk';
@FrontMcp({
info: { name: 'Secure Server', version: '1.0.0' },
apps: [MyApp],
auth: {
type: 'remote',
name: 'my-idp',
baseUrl: 'https://idp.example.com',
},
})
export default class Server {}
Full guide: Authentication Overview
| Topic | Link |
|---|---|
| Overview | Authentication Overview |
| Remote OAuth | Remote OAuth |
| Local OAuth | Local OAuth |
| JWKS | JWKS Validation |
| Session stores | Session Stores |
| Credential vault | Credential Vault |
| PKCE | PKCE |
| CIMD | Client Instance Machine Detection |
| Auth UI | Auth UI Templates |
| Audience & scopes | Audience Validation |
| Token vault | Token Vault |
@frontmcp/sdk — core framework (imports auth internally)@frontmcp/utils — crypto primitives used by PKCE and vault@frontmcp/ui — consent and login page componentsApache-2.0 — see LICENSE.
FAQs
FrontMCP Auth - Authentication, session management, and credential vault
The npm package @frontmcp/auth receives a total of 3,292 weekly downloads. As such, @frontmcp/auth popularity was classified as popular.
We found that @frontmcp/auth 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.