@absolutejs/auth 0.26.0-beta.5 → 0.26.0-beta.6
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/index.js +3 -1
- package/dist/index.js.map +3 -3
- package/dist/types.d.ts +6 -0
- package/dist/utils.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17266,6 +17266,7 @@ var createInMemoryLinkedProviderStores = (input = {}) => {
|
|
|
17266
17266
|
// src/utils.ts
|
|
17267
17267
|
var defineAuthConfig = (configuration) => configuration;
|
|
17268
17268
|
var defineAuthHtmxConfig = (htmxConfig) => htmxConfig;
|
|
17269
|
+
var defineAuthSettings = (settings) => settings;
|
|
17269
17270
|
var defineProvidersConfiguration = (providersConfiguration) => providersConfiguration;
|
|
17270
17271
|
var getStatus = async (session, user_session_id) => {
|
|
17271
17272
|
if (user_session_id === undefined) {
|
|
@@ -18774,6 +18775,7 @@ export {
|
|
|
18774
18775
|
encryptTotpSecret,
|
|
18775
18776
|
encryptSecret,
|
|
18776
18777
|
defineProvidersConfiguration,
|
|
18778
|
+
defineAuthSettings,
|
|
18777
18779
|
defineAuthHtmxConfig,
|
|
18778
18780
|
defineAuthConfig,
|
|
18779
18781
|
decryptTotpSecret,
|
|
@@ -18881,5 +18883,5 @@ export {
|
|
|
18881
18883
|
AuthIdentityConflictError
|
|
18882
18884
|
};
|
|
18883
18885
|
|
|
18884
|
-
//# debugId=
|
|
18886
|
+
//# debugId=7D48DDD62BC5758D64756E2164756E21
|
|
18885
18887
|
//# sourceMappingURL=index.js.map
|