@absolutejs/auth 0.48.0 → 0.48.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -446,6 +446,27 @@ var providers = defineProviders({
446
446
  url: "https://api.close.com/oauth2/token/"
447
447
  }
448
448
  },
449
+ calendly: {
450
+ authorizationUrl: "https://auth.calendly.com/oauth/authorize",
451
+ email: ["resource", "email"],
452
+ fullName: ["resource", "name"],
453
+ isOIDC: false,
454
+ isRefreshable: true,
455
+ profileRequest: {
456
+ authIn: "header",
457
+ encoding: "application/json",
458
+ method: "GET",
459
+ url: "https://api.calendly.com/users/me"
460
+ },
461
+ scopeRequired: false,
462
+ subject: ["resource", "uri"],
463
+ subjectType: "string",
464
+ tokenRequest: {
465
+ authIn: "body",
466
+ encoding: "application/x-www-form-urlencoded",
467
+ url: "https://auth.calendly.com/oauth/token"
468
+ }
469
+ },
449
470
  coinbase: {
450
471
  authorizationUrl: "https://www.coinbase.com/oauth/authorize",
451
472
  isOIDC: false,
@@ -2621,5 +2642,5 @@ export {
2621
2642
  escapeHtml
2622
2643
  };
2623
2644
 
2624
- //# debugId=1B6BFEB492458D1364756E2164756E21
2645
+ //# debugId=BAE11A7B44BBB8D664756E2164756E21
2625
2646
  //# sourceMappingURL=index.js.map