Business Logic Ensure Authenticated Requester

Enforce an authentication business constraint at business-logic entry points using an `ensure requester is authenticated` formalism translated into the syntax and conventions of the project language. Use when an agent needs to create, modify, review, or interpret authentication checks at business-logic entry points. The constraint must verify that the request triggering the execution comes from an authenticated requester before any business logic runs. On success it must return the requester id to facilitate downstream business logic. On failure it must return an error when the requester is not authenticated.

code-sherpas 419109e 11.1 KB Updated

File contents

code-sherpas/agent-skills/tree/main/skills/business-logic-ensure-authenticated-requester commit 419109e4b7

Frequently asked questions

npx skillmds@latest add code-sherpas/business-logic-ensure-authenticated-requester