DanMossa
05/27/2022, 3:20 AMgaryaustin
05/27/2022, 3:21 AMDevyn
05/27/2022, 3:29 AMtaj
05/27/2022, 3:30 AMNeedle
05/27/2022, 3:31 AMlevantine
05/27/2022, 4:19 AMsnowshift
05/27/2022, 6:21 AMStudywithdesign
05/27/2022, 6:59 AMLior539
05/27/2022, 8:33 AMBarschreck
05/27/2022, 9:26 AMAdi
05/27/2022, 9:33 AMarcavid
05/27/2022, 9:35 AMtheuknowner
05/27/2022, 10:25 AMLior539
05/27/2022, 10:44 AMSign In with Slack (https://api.slack.com/authentication/sign-in-with-slack) but doesn't support Install with OAuth (https://api.slack.com/authentication/oauth-v2).
The difference between the two is that Sign In with Slack only lets you access the user email and profile, whereas Install with OAuth lets you request additional scopes.
Is there a suggested workaround here? I'd still love to use Supabase's great auth features, but it doesnt look like I'll be able to hereDarky
05/27/2022, 12:40 PMchek
05/27/2022, 3:59 PMlaznic
05/27/2022, 4:38 PMKartik
05/27/2022, 5:06 PMstefano
05/27/2022, 8:08 PMzavbala
05/27/2022, 8:12 PMkavla
05/27/2022, 8:49 PMtheuknowner
05/27/2022, 11:13 PMzavbala
05/27/2022, 11:30 PMgokatz
05/28/2022, 3:47 AMselect
cron.schedule(
'daily-refresh-0500',
'00 05 * * *',
$$
select status
from
http_post(
'https://example.com/api/refresh',
'{}',
'application/json'
)
$$
);
Any help on this would be great 🙏VoidWhisperer
05/28/2022, 3:48 AMd33pu
05/28/2022, 5:16 AMFranck
05/28/2022, 8:56 AMtheuknowner
05/28/2022, 1:05 PMproductdevbook
05/28/2022, 2:38 PMTaranisPT
05/28/2022, 3:34 PM