usebasejump / basejump

Teams, personal accounts, permissions and billing for your Supabase app

Home Page:https://usebasejump.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add STRIPE_WEBHOOK_SECRET to sample env

kawallis opened this issue · comments

commented

STRIPE_SECRET_KEY=generated-by-stripe

Struggled to figure out while my web hooks were failing but noticed that it was due to not having the STRIPE_WEBHOOK_SECRET env set which isn't mention in the docs or referenced in the sample .env. Perhaps it makes since to add it.

All examples have been updated in the newest release. thanks for the report!