SlashAI

Your AI Command Vault

Warming up the neural networks…

Auth

Backend & APIs

Auth

24 commands

/AuthenticateCircuitBreaker

Add a robust authentication flow to a circuit-breaker pattern implementation — e.g. a service calling a flaky downstream dependency.

Backend & APIsadvanced#circuitbreaker#resilience

/AuthorizeThirdPartyIntegration

Add fine-grained permission checks to a third-party api integration — e.g. an integration that fails when the vendor api is slow.

Backend & APIsmedium#integration#external

/AuthenticateBackgroundJobQueue

Add a robust authentication flow to a background job queue — e.g. a job queue that silently drops failed jobs.

Backend & APIseasy#queue#jobs

/AuthorizePermissionsModel

Add fine-grained permission checks to a permissions and roles model — e.g. an app with only admin and user roles.

Backend & APIsadvanced#permissions#rbac

/AuthenticateJWTHandling

Add a robust authentication flow to jwt token handling — e.g. an api issuing jwts with no expiry.

Backend & APIsmedium#jwt#tokens

/AuthorizeRateLimitedService

Add fine-grained permission checks to a service under load — e.g. a checkout service that falls over on flash sales.

Backend & APIsmedium#load#reliability

/AuthenticateSessionStore

Add a robust authentication flow to a user session store — e.g. a session store with no expiry or invalidation.

Backend & APIseasy#sessions#auth

/AuthorizeApiGateway

Add fine-grained permission checks to an api gateway — e.g. a gateway routing to five backend services.

Backend & APIsadvanced#gateway#routing

/AuthenticatePasswordReset

Add a robust authentication flow to a password reset flow — e.g. a reset flow using guessable tokens.

Backend & APIsmedium#password#reset

/AuthorizeLoginFlow

Add fine-grained permission checks to a user login flow — e.g. a login flow storing passwords in plain text.

Backend & APIseasy#login#auth

/AuthorizeSecretsManagement

Add fine-grained permission checks to application secrets management — e.g. a repo with api keys committed to git history.

Backend & APIsadvanced#secrets#config

/AuthenticateThirdPartyIntegration

Add a robust authentication flow to a third-party api integration — e.g. an integration that fails when the vendor api is slow.

Backend & APIsmedium#integration#external

/AuthorizePaymentService

Add fine-grained permission checks to a payment processing service — e.g. a service storing raw card numbers.

Backend & APIseasy#payments#pci

/AuthenticatePermissionsModel

Add a robust authentication flow to a permissions and roles model — e.g. an app with only admin and user roles.

Backend & APIsadvanced#permissions#rbac

/AuthorizeCircuitBreaker

Add fine-grained permission checks to a circuit-breaker pattern implementation — e.g. a service calling a flaky downstream dependency.

Backend & APIsadvanced#circuitbreaker#resilience

/AuthenticateRateLimitedService

Add a robust authentication flow to a service under load — e.g. a checkout service that falls over on flash sales.

Backend & APIsmedium#load#reliability

/AuthorizeBackgroundJobQueue

Add fine-grained permission checks to a background job queue — e.g. a job queue that silently drops failed jobs.

Backend & APIseasy#queue#jobs

/AuthenticateApiGateway

Add a robust authentication flow to an api gateway — e.g. a gateway routing to five backend services.

Backend & APIsadvanced#gateway#routing

/AuthorizeJWTHandling

Add fine-grained permission checks to jwt token handling — e.g. an api issuing jwts with no expiry.

Backend & APIsmedium#jwt#tokens

/AuthenticateLoginFlow

Add a robust authentication flow to a user login flow — e.g. a login flow storing passwords in plain text.

Backend & APIseasy#login#auth

/AuthorizeSessionStore

Add fine-grained permission checks to a user session store — e.g. a session store with no expiry or invalidation.

Backend & APIseasy#sessions#auth

/AuthenticateSecretsManagement

Add a robust authentication flow to application secrets management — e.g. a repo with api keys committed to git history.

Backend & APIsadvanced#secrets#config

/AuthorizePasswordReset

Add fine-grained permission checks to a password reset flow — e.g. a reset flow using guessable tokens.

Backend & APIsmedium#password#reset

/AuthenticatePaymentService

Add a robust authentication flow to a payment processing service — e.g. a service storing raw card numbers.

Backend & APIseasy#payments#pci