CostWarning() — supabase Function Reference
Architecture documentation for the CostWarning() function in AuthSmsProviderConfig.Warnings.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/docs/components/AuthSmsProviderConfig/AuthSmsProviderConfig.Warnings.tsx lines 4–25
const CostWarning = () => (
<Admonition type="warning">
<p>
To keep SMS sending costs under control, make sure you adjust your project's rate limits
and{' '}
<Link href="/guides/auth/auth-captcha">
<u>configure CAPTCHA</u>
</Link>
. See the{' '}
<Link href="/guides/platform/going-into-prod">
<u>Production Checklist</u>
</Link>{' '}
to learn more.
</p>
<br />
<p>
Some countries have special regulations for services that send SMS messages to users, (e.g
India's TRAI DLT regulations). Remember to look up and follow the regulations of
countries where you operate.
</p>
</Admonition>
)
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free