redwoodjs / redwoodjs-com-archive

Public website for RedwoodJS
https://redwoodjs.com
129 stars 158 forks source link

Document key renamed to currentTimestampOverride and transformSignature() #986

Closed Tobbe closed 2 years ago

Tobbe commented 2 years ago

Doc updates for https://github.com/redwoodjs/redwood/pull/4608

The timestamp webhook verifier option has been renamed to currentTimestampOverride and we've introduced a new option called transformSignature that can be used to transform the signature after extraction. (This is needed to remove extra metainfo in the Clerk/Svix case).