@absolutejs/auth 0.25.0 → 0.25.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/index.js +3 -1
- package/dist/index.js.map +3 -3
- package/dist/utils.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13861,6 +13861,7 @@ var instantiateUserSession = async ({
|
|
|
13861
13861
|
return response;
|
|
13862
13862
|
};
|
|
13863
13863
|
var defineAuthConfig = (configuration) => configuration;
|
|
13864
|
+
var defineAuthHtmxConfig = (htmxConfig) => htmxConfig;
|
|
13864
13865
|
var defineProvidersConfiguration = (providersConfiguration) => providersConfiguration;
|
|
13865
13866
|
var getStatus = async (session, user_session_id) => {
|
|
13866
13867
|
if (user_session_id === undefined) {
|
|
@@ -14034,6 +14035,7 @@ export {
|
|
|
14034
14035
|
getStatus,
|
|
14035
14036
|
extractPropFromIdentity,
|
|
14036
14037
|
defineProvidersConfiguration,
|
|
14038
|
+
defineAuthHtmxConfig,
|
|
14037
14039
|
defineAuthConfig,
|
|
14038
14040
|
decodeJWT,
|
|
14039
14041
|
createOAuthLinkedProviderCredentialResolver,
|
|
@@ -14052,5 +14054,5 @@ export {
|
|
|
14052
14054
|
AuthIdentityConflictError
|
|
14053
14055
|
};
|
|
14054
14056
|
|
|
14055
|
-
//# debugId=
|
|
14057
|
+
//# debugId=9EB8F87FA15CA78664756E2164756E21
|
|
14056
14058
|
//# sourceMappingURL=index.js.map
|