
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
@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 2,968 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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.