From f5523692a648db96bdacfcc2ef7106a04b56ca59 Mon Sep 17 00:00:00 2001 From: Ikraam Ghoor Date: Fri, 20 Feb 2026 01:37:06 +0000 Subject: [PATCH] Add whoop default scope without the `offline` scope, the refresh token is not returned --- providers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/providers.yml b/providers.yml index 8fb1590..2aeccfe 100644 --- a/providers.yml +++ b/providers.yml @@ -3534,6 +3534,7 @@ category: entertainment authorize_url: https://api.prod.whoop.com/oauth/oauth2/auth token_url: https://api.prod.whoop.com/oauth/oauth2/token + scopes: 'offline' pkce_enabled: 'yes' token_site: https://api.prod.whoop.com/ retry_after_headers: ["x-ratelimit-reset"]