Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
SecurityMédio

Encore Authentication

porencoredev·encoredev· v1.0.0 · atualizado em 2026-04-11
79
Score

Implement authentication using auth handlers and gateways within Encore.ts.

authenticationauthorizationapi-securityencore-tsjwtapi-keycookie-based-auth
Linguagens
TypeScript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdencore-auth/workflow
1. Define the `AuthParams` and `AuthData` interfaces.
2. Create an `authHandler` function to validate credentials.
3. Register the `authHandler` with a `Gateway`.
4. Protect API endpoints using the `auth: true` option.
5. Access authentication data in endpoints using `getAuthData()`.
6. Implement service-to-service authentication propagation.
7. Handle different authentication scenarios (JWT, API Key, Cookies).

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Árvore do Skill

Encore Authentication
encore-auth
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers7
implement authentication in Encore.tsprotect endpoints with authenticationcreate an auth handler in Encorevalidate JWT tokens in Encoreuse API key authentication in Encoreimplement cookie-based authentication in Encoresecure Encore API endpoints

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download encore-auth
$ synaptic skills detail encore-auth
$ synaptic skills live encore-auth

Dependências

encore.dev/apiencore.dev/authjose

Links

GitHub Repository