You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(ai-gateway): fix review feedback on rationale and examples
Correct the misleading security claim that calling from a backend
function keeps the token out of the browser — it's the same session
token already used for every other SDK call. The real reason to use
a backend function is code integrity: your instructions, tools, and
business logic stay server-side where you can enforce your own auth,
rate, and spend limits.
Also show where the base44 client comes from in both examples
(createClientFromRequest), instead of using a bare base44 with no
indication of its origin.
0 commit comments