Getting Started
Getting Started with Cinna API
Install
bashCopy codenpm i cinnaAuthentication
Example Authentication Flow
Last updated
bashCopy codenpm i cinnaLast updated
tsCopy codeimport Cinna from 'cinna'
const cinna = new Cinna({
apiKey: process.env['CINNA_API_KEY'],
})