Heya folk, I’ve been looking into developing apps ...
# developers
r
Heya folk, I’ve been looking into developing apps for Cal.com. Struggling to figure out how to prompt users to provide credentials for an app when they install it? I can see a few patterns in the app directory for handling oauth flows (not suitable for the apps I’m looking at), interjecting a setup page after installation (e.g. Sendgrid, but this isn’t working on my development environment? May be broken?), or requiring enabling via the Admin UI beforehand (I feel like this is supposed to be the default for any apps with
appKeys
, but mine appears to be enabled by default?)
interjecting a setup page after installation (e.g. Sendgrid, but this isn’t working on my development environment? May be broken?),
Yep, found a bug re: redirecting to local set up URLs. Will raise a PR to fix
Actually appears to be Safari specific, and very weird 🤔