Environment Variables

For this implementation to work satisfactorily, you must check if these environment variables are added:


PERSONA_API_KEY=<YourApiKey>
PERSONA_API_URL='https://withpersona.com/api'
PERSONA_API_VERSION='v1'
PERSONA_VERSION=<YourVersion>
PERSONA_WEBHOOK_SECRET=<YourWebhookSecret>
PERSONA_VERIFICATION_TEMPLATE_ID=<YourVerificationTemplateId>

Last updated