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
⚠️This SDK is a preview and subjetct to change. We will however adhere to semantic versioning, so it's save to use for early experimentation. Just beware there will be breaking changes. Best to watch this repository's releases for updates.
Usage
verify(rawBody, signature, keyId, options)
import{verify}from"@copilot-extensions/preview-sdk";constpayloadIsVerified=awaitverify(request.body,signature,keyId,{
token,});// true or false