@absolutejs/auth 0.67.1 → 0.68.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.
@@ -117,6 +117,19 @@
117
117
  "key": "DATABASE_URL",
118
118
  "secret": true
119
119
  },
120
+ {
121
+ "description": "Absolutejs OAuth client id",
122
+ "docsUrl": "https://absolutejs.ai/dashboard",
123
+ "key": "ABSOLUTEJS_CLIENT_ID",
124
+ "when": "providersConfiguration.absolutejs"
125
+ },
126
+ {
127
+ "description": "Absolutejs OAuth client secret",
128
+ "docsUrl": "https://absolutejs.ai/dashboard",
129
+ "key": "ABSOLUTEJS_CLIENT_SECRET",
130
+ "secret": true,
131
+ "when": "providersConfiguration.absolutejs"
132
+ },
120
133
  {
121
134
  "description": "Discord OAuth client id",
122
135
  "docsUrl": "https://discord.com/developers/applications",