SmartSchema Developer Docs
Reference
Security
Overview
Setup
Create an App Credentials
Create an Integration
Embedding & APIs
Launch Endpoint
Modal Embed (iframe)
Reference
Security
On this page
Security
Security
Never expose
client_secret
in frontend code or logs.
Call the launcher
only
from your backend.
Treat the returned URL as
single-use
and short-lived; fetch a new one per session.
Store credentials in a
secret manager
; rotate on compromise.