@absolutejs/auth 0.8.0 → 0.9.0

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/.env.example CHANGED
@@ -192,6 +192,9 @@
192
192
  # VK_CLIENT_ID=1234567890123456
193
193
  # VK_CLIENT_SECRET=12345678901234567890123456789012
194
194
 
195
+ # WITHINGS_CLIENT_ID = 12345678901234567890123456789012
196
+ # WITHINGS_CLIENT_SECRET = 1a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p7q8r9s0t1u2v3w4x5y6z7a8b9c0d1e2f
197
+
195
198
  # WORK_OS_CLIENT_ID=12345678901234567890123456789012
196
199
  # WORK_OS_CLIENT_SECRET=1a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p7q8r9s0t1u2v3w4x5y6z7a8b9c0d1e2f
197
200
 
@@ -204,6 +207,6 @@
204
207
  # ZOOM_CLIENT_ID=12345678901234567890123456789012
205
208
  # ZOOM_CLIENT_SECRET=1a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p7q8r9s0t1u2v3w4x5y6z7a8b9c0d1e2f
206
209
 
207
- # OAUTH2_CALLBACK_URI = http://localhost:3000/auth/callback
210
+ # OAUTH2_CALLBACK_URI = http://localhost:3000/oauth2/callback
208
211
 
209
212
  # DATABASE_URL = postgres://user:password@localhost:5432/database