@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.
- package/dist/cli/migrate.js +34 -1
- package/dist/cli/migrate.js.map +3 -3
- package/dist/htmx/index.js +37 -2
- package/dist/htmx/index.js.map +3 -3
- package/dist/index.js +37 -2
- package/dist/index.js.map +3 -3
- package/dist/linkedProviders/index.js +37 -2
- package/dist/linkedProviders/index.js.map +3 -3
- package/dist/manifest.js +3 -1
- package/dist/manifest.js.map +3 -3
- package/dist/manifest.json +13 -0
- package/dist/providers/clients.d.ts +113 -81
- package/dist/providers/index.js +37 -2
- package/dist/providers/index.js.map +3 -3
- package/dist/server.js +37 -2
- package/dist/server.js.map +3 -3
- package/package.json +2 -2
package/dist/manifest.js
CHANGED
|
@@ -8309,6 +8309,7 @@ var manifestSchema = exports_typebox.Object({
|
|
|
8309
8309
|
// src/manifest.ts
|
|
8310
8310
|
var tool = toolFactory();
|
|
8311
8311
|
var COMMON_PROVIDERS = [
|
|
8312
|
+
"absolutejs",
|
|
8312
8313
|
"discord",
|
|
8313
8314
|
"facebook",
|
|
8314
8315
|
"github",
|
|
@@ -8320,6 +8321,7 @@ var COMMON_PROVIDERS = [
|
|
|
8320
8321
|
"twitch"
|
|
8321
8322
|
];
|
|
8322
8323
|
var PROVIDER_CONSOLE_URLS = {
|
|
8324
|
+
absolutejs: "https://absolutejs.ai/dashboard",
|
|
8323
8325
|
discord: "https://discord.com/developers/applications",
|
|
8324
8326
|
facebook: "https://developers.facebook.com/apps",
|
|
8325
8327
|
github: "https://github.com/settings/developers",
|
|
@@ -8576,5 +8578,5 @@ export {
|
|
|
8576
8578
|
manifest
|
|
8577
8579
|
};
|
|
8578
8580
|
|
|
8579
|
-
//# debugId=
|
|
8581
|
+
//# debugId=23EA3D4093EC6E4B64756E2164756E21
|
|
8580
8582
|
//# sourceMappingURL=manifest.js.map
|