Authentication

Establish who the caller is — session cookies, bearer tokens, refresh, and OAuth/OIDC flows — and put each where it belongs. Use when adding or changing login, logout, signup, session handling, token issuance or refresh, an identity-provider integration, or when a request arrives with a credential nobody validates. Not for deciding what an authenticated caller may then do (that is authorization), not for the login screen's design, and not for hand-rolling crypto.

nahid-sparktales Updated

File contents

nahid-sparktales/agent-dispatcher/tree/main/skills/backend/authentication commit 2f97a2f1ee

Frequently asked questions

npx skillmds@latest add nahid-sparktales/authentication