developer-delphi-to-fpc-horse-basic-auth — for Claude Code developer-delphi-to-fpc-horse-basic-auth, SkillsORM, community, for Claude Code, ide skills, Authorization: Basic, developer-delphi-to-fpc-horse-jwt, developer-delphi-to-fpc-horse-security, HorseBasicAuthentication(callback), Header(value)

v1.0.0

이 스킬 정보

적합한 상황: Ideal for AI agents that need developer-delphi-to-fpc-horse-basic-auth. 현지화된 요약: developer-delphi-to-fpc-horse-basic-auth helps AI agents handle repository-specific developer workflows with documented implementation details.

기능

developer-delphi-to-fpc-horse-basic-auth
Versão interna (ficheiro)
Política .cursor/VERSION.md
Responsabilidade única
Middleware de autenticação HTTP Basic (cabeçalho Authorization: Basic ...) para Horse.

# 핵심 주제

cslsolucoes cslsolucoes
[1]
[0]
업데이트: 4/27/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

적합한 상황: Ideal for AI agents that need developer-delphi-to-fpc-horse-basic-auth. 현지화된 요약: developer-delphi-to-fpc-horse-basic-auth helps AI agents handle repository-specific developer workflows with documented implementation details.

이 스킬을 사용하는 이유

추천 설명: developer-delphi-to-fpc-horse-basic-auth helps agents developer-delphi-to-fpc-horse-basic-auth. developer-delphi-to-fpc-horse-basic-auth helps AI agents handle repository-specific developer workflows with

최적의 용도

적합한 상황: Ideal for AI agents that need developer-delphi-to-fpc-horse-basic-auth.

실행 가능한 사용 사례 for developer-delphi-to-fpc-horse-basic-auth

사용 사례: Applying developer-delphi-to-fpc-horse-basic-auth
사용 사례: Applying Versão interna (ficheiro)
사용 사례: Applying Política .cursor/VERSION.md

! 보안 및 제한 사항

  • 제한 사항: Requires repository-specific context from the skill documentation
  • 제한 사항: Works best when the underlying tools and dependencies are already configured

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs 데모

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ 및 설치 단계

These questions and steps mirror the structured data on this page for better search understanding.

? 자주 묻는 질문

developer-delphi-to-fpc-horse-basic-auth은 무엇인가요?

적합한 상황: Ideal for AI agents that need developer-delphi-to-fpc-horse-basic-auth. 현지화된 요약: developer-delphi-to-fpc-horse-basic-auth helps AI agents handle repository-specific developer workflows with documented implementation details.

developer-delphi-to-fpc-horse-basic-auth은 어떻게 설치하나요?

다음 명령을 실행하세요: npx killer-skills add cslsolucoes/SkillsORM. Cursor, Windsurf, VS Code, Claude Code와 19개 이상의 다른 IDE에서 동작합니다.

developer-delphi-to-fpc-horse-basic-auth은 어디에 쓰이나요?

주요 활용 사례는 다음과 같습니다: 사용 사례: Applying developer-delphi-to-fpc-horse-basic-auth, 사용 사례: Applying Versão interna (ficheiro), 사용 사례: Applying Política .cursor/VERSION.md.

developer-delphi-to-fpc-horse-basic-auth 와 호환되는 IDE는 무엇인가요?

이 스킬은 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer 와 호환됩니다. 통합 설치에는 Killer-Skills CLI를 사용하세요.

developer-delphi-to-fpc-horse-basic-auth에 제한 사항이 있나요?

제한 사항: Requires repository-specific context from the skill documentation. 제한 사항: Works best when the underlying tools and dependencies are already configured.

이 스킬 설치 방법

  1. 1. 터미널 열기

    프로젝트 디렉터리에서 터미널 또는 명령줄을 여세요.

  2. 2. 설치 명령 실행

    npx killer-skills add cslsolucoes/SkillsORM 를 실행하세요. CLI가 IDE 또는 에이전트를 자동으로 감지하고 스킬을 설정합니다.

  3. 3. 스킬 사용 시작

    스킬이 이제 활성화되었습니다. 현재 프로젝트에서 developer-delphi-to-fpc-horse-basic-auth을 바로 사용할 수 있습니다.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

developer-delphi-to-fpc-horse-basic-auth

Install developer-delphi-to-fpc-horse-basic-auth, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup...

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

developer-delphi-to-fpc-horse-basic-auth

Versão interna (ficheiro)

CampoValor
FileVersion1.0.0
Política.cursor/VERSION.md

Responsabilidade única

Middleware de autenticação HTTP Basic (cabeçalho Authorization: Basic ...) para Horse.

When to use

  • Validar username/password via cabeçalho Basic Auth
  • Proteger rotas com autenticação simples
  • Integração servidor-a-servidor (Basic Auth para APIs internas)

When NOT to use

  • Autenticação JWT Bearer → developer-delphi-to-fpc-horse-jwt
  • Geração/validação de tokens JWT → developer-delphi-to-fpc-horse-security

Documento canônico

app/package/docs/pacotes/horse-basic-auth.md


HorseBasicAuthentication — sobrecargas

SobrecargaDescrição
HorseBasicAuthentication(callback)Middleware com validação custom
HorseBasicAuthentication(callback, config)Com configuração avançada

IHorseBasicAuthenticationConfig — configuração

MétodoDescrição
NewCria instância
Header(value)Cabeçalho da credencial (padrão: Authorization)
RealmMessage(value)Mensagem do realm no challenge 401
SkipRoutes([...])Rotas que ignoram autenticação

Exemplos

Global — todas as rotas

delphi
1uses Horse, Horse.BasicAuthentication; 2 3begin 4 THorse.Use(HorseBasicAuthentication( 5 function(const AUsername, APassword: string): Boolean 6 begin 7 Result := AUsername.Equals('user') and APassword.Equals('password'); 8 end)); 9 10 THorse.Get('/ping', 11 procedure(Req: THorseRequest; Res: THorseResponse; Next: TProc) 12 begin 13 Res.Send('pong'); 14 end); 15 16 THorse.Listen(9000); 17end.

Com configuração completa

delphi
1THorse.Use(HorseBasicAuthentication( 2 ValidarCredenciais, 3 THorseBasicAuthenticationConfig.New 4 .Header('Authorization') 5 .RealmMessage('GestorERP API') 6 .SkipRoutes(['/health', '/swagger/doc/html', '/auth/refresh']) 7));

Validação contra base de dados

delphi
1function ValidarCredenciais(const AUsername, APassword: string): Boolean; 2var LQuery: TFDQuery; 3begin 4 Result := False; 5 LQuery := TFDQuery.Create(nil); 6 try 7 LQuery.Connection := DM.Conexao; 8 LQuery.SQL.Text := 9 'SELECT 1 FROM usuarios WHERE login = :u AND senha_hash = :p AND ativo = 1'; 10 LQuery.ParamByName('u').AsString := AUsername; 11 LQuery.ParamByName('p').AsString := HashSenha(APassword); 12 LQuery.Open; 13 Result := not LQuery.IsEmpty; 14 finally 15 LQuery.Free; 16 end; 17end;

Proteção por rota (AddCallback)

delphi
1// Rota pública 2THorse.Get('/health', 3 procedure(Req: THorseRequest; Res: THorseResponse; Next: TProc) 4 begin 5 Res.Send('ok'); 6 end); 7 8// Rotas privadas com Basic Auth 9THorse 10 .AddCallback(HorseBasicAuthentication(ValidarCredenciais)) 11 .Get('/admin/report', ProcRelatorio);

Lazarus / FPC

delphi
1{$MODE DELPHI}{$H+} 2uses Horse, Horse.BasicAuthentication, SysUtils; 3 4function DoLogin(const AUsername, APassword: string): Boolean; 5begin 6 Result := AUsername.Equals('user') and APassword.Equals('password'); 7end; 8 9begin 10 THorse.Use(HorseBasicAuthentication(DoLogin)); 11 THorse.Get('/ping', GetPing); 12 THorse.Listen(9000); 13end.

Notas GestorERP

  • Basic Auth apenas em canais HTTPS — nunca em HTTP puro
  • Hashear passwords com BCrypt ou SHA-256+salt (nunca plaintext)
  • Preferir JWT para sessões longas; Basic Auth para integrações servidor-a-servidor
  • unit a usar: Horse.BasicAuthentication

Changelog (este arquivo)

  • 1.0.0 (12/04/2026): Criação — skill middleware Basic Auth.

관련 스킬

Looking for an alternative to developer-delphi-to-fpc-horse-basic-auth or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

현지화된 요약: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
인공지능

widget-generator

Logo of f
f

현지화된 요약: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
인공지능

flags

Logo of vercel
vercel

현지화된 요약: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

현지화된 요약: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
개발자