بنقرة واحدة
learn-auth-share
Auth0 scopes, recaptcha verification, and share/edit token security patterns
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Auth0 scopes, recaptcha verification, and share/edit token security patterns
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
SQLAlchemy-first DB patterns, Alembic migrations, ParentChildEdges partition handling, and UDF policy
FastAPI + SQLModel conventions, request dependencies, transaction safety, and backend architecture
Next.js best practices - RSC boundaries, data patterns, async APIs, error handling, route handlers, directives, runtime selection
Upgrade Next.js to the latest version following official migration guides and codemods
CMS editing/review workflows, TipTap extensions, and comment moderation
docker-compose topology, env files, local container workflows, and quality-gate commands
| name | learn-auth-share |
| description | Auth0 scopes, recaptcha verification, and share/edit token security patterns |
| user-invocable | false |
Authentication/authorization and share-security behavior across Auth0 scopes, recaptcha verification, and map share/edit-access tokens.
backend/app/core/security.pybackend/app/core/dependencies.pybackend/app/save_share/main.pybackend/app/core/config.pyapp/src/app/lib/auth0.tsapp/src/app/admin/layout.tsxapp/src/app/hooks/useAuthRoutes.tsxapp/src/app/store/saveShareStore.tsauth.verify.save_share endpoints.cd backend && pytest -v tests/test_save_share.py tests/test_comments.pycd app && bun run build