@absolutejs/auth 0.53.2 → 0.53.4

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.
package/dist/manifest.js CHANGED
@@ -8503,19 +8503,30 @@ var COMMON_PROVIDERS = [
8503
8503
  "spotify",
8504
8504
  "twitch"
8505
8505
  ];
8506
+ var PROVIDER_CONSOLE_URLS = {
8507
+ discord: "https://discord.com/developers/applications",
8508
+ facebook: "https://developers.facebook.com/apps",
8509
+ github: "https://github.com/settings/developers",
8510
+ google: "https://console.cloud.google.com/apis/credentials",
8511
+ linkedin: "https://www.linkedin.com/developers/apps",
8512
+ microsoft: "https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade",
8513
+ slack: "https://api.slack.com/apps",
8514
+ spotify: "https://developer.spotify.com/dashboard",
8515
+ twitch: "https://dev.twitch.tv/console/apps"
8516
+ };
8506
8517
  var providerEnv = COMMON_PROVIDERS.flatMap((provider) => {
8507
8518
  const upper = provider.toUpperCase();
8508
8519
  const title = provider.charAt(0).toUpperCase() + provider.slice(1);
8509
8520
  return [
8510
8521
  {
8511
8522
  description: `${title} OAuth client id`,
8512
- docsUrl: "https://github.com/absolutejs/auth#providers",
8523
+ docsUrl: PROVIDER_CONSOLE_URLS[provider],
8513
8524
  key: `${upper}_CLIENT_ID`,
8514
8525
  when: `providersConfiguration.${provider}`
8515
8526
  },
8516
8527
  {
8517
8528
  description: `${title} OAuth client secret`,
8518
- docsUrl: "https://github.com/absolutejs/auth#providers",
8529
+ docsUrl: PROVIDER_CONSOLE_URLS[provider],
8519
8530
  key: `${upper}_CLIENT_SECRET`,
8520
8531
  secret: true,
8521
8532
  when: `providersConfiguration.${provider}`
@@ -8718,5 +8729,5 @@ export {
8718
8729
  manifest
8719
8730
  };
8720
8731
 
8721
- //# debugId=D5A23395AA7DA55864756E2164756E21
8732
+ //# debugId=D6AC6FA77D80DEC064756E2164756E21
8722
8733
  //# sourceMappingURL=manifest.js.map