-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ZapPlanner custom app #933
Conversation
that's super cool! can we add a quick note somewhere explaining on how it works? "ZapPlanner is a tool to securely schedule recurring payments. A new special app connection with a strict budget is created for each scheduled payment. This allows you to securely setup recurring payments and be in full control" |
@bumi @reneaaron I will merge it as is for now. I am not really happy with the CSRF exception here, but I discussed with Rene and this was a way to do a quick proof of concept. The other option is to proxy the API calls through the backend, but this requires some thought architecturally as it means an app detail page also requires adding routes, and then is much more complicated and possibly more in the direction of proper plugins. |
TODOs: