Skip to main content
Glama
jwt.config.ts317 B
import { JwtModuleOptions } from '@nestjs/jwt'; export const getJwtConfig = (): JwtModuleOptions => { const expiresIn = process.env.JWT_EXPIRATION || '24h'; return { secret: process.env.JWT_SECRET || 'dev-secret-key-change-in-production', signOptions: { expiresIn: expiresIn as any, }, }; };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aiatamai/atamai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server