Auth Security

Authentication and authorization: JWT, OAuth 2.0 / OIDC, session management, CSRF, password hashing, MFA, and object-level / function-level authorization (BOLA, IDOR) — confirming the caller may access the specific resource they asked for. Use when generating login, signup, or password-reset flows, issuing or verifying JWTs, writing OAuth or OIDC code, wiring session cookies or MFA, or writing any endpoint that reads or writes a resource by id.

ShieldNet-360 a6836db 5 files · 17.4 KB Updated

File contents

ShieldNet-360/secure-vibe/tree/main/skills/auth-security commit a6836db618

Frequently asked questions

npx skillmds@latest add shieldnet-360/auth-security