
Security News
Socket Releases Free Certified Patches for Nuxt Security Vulnerabilities
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.
@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 1,594 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
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.

Security News
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.