@vatts/auth 1.2.0 → 1.2.2
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/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/core.js +1 -1
- package/dist/index.js +1 -1
- package/dist/jwt.js +1 -1
- package/dist/providers/index.js +1 -1
- package/dist/providers.js +1 -1
- package/dist/react/components.js +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/react.js +1 -1
- package/dist/routes.js +1 -1
- package/dist/types.js +1 -1
- package/dist/vue/component.vue +1 -1
- package/dist/vue/guards.js +1 -1
- package/dist/vue/index.js +1 -1
- package/dist/vue/session.js +1 -1
- package/package.json +3 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
package/dist/core.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VattsAuth = void 0;
|
|
4
4
|
/*
|
|
5
5
|
* This file is part of the Vatts.js Project.
|
|
6
|
-
* Copyright (c) 2026
|
|
6
|
+
* Copyright (c) 2026 mfraz
|
|
7
7
|
*
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
9
|
* you may not use this file except in compliance with the License.
|
package/dist/index.js
CHANGED
|
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
exports.createAuthRoutes = exports.GoogleProvider = exports.DiscordProvider = exports.CredentialsProvider = void 0;
|
|
18
18
|
/*
|
|
19
19
|
* This file is part of the Vatts.js Project.
|
|
20
|
-
* Copyright (c) 2026
|
|
20
|
+
* Copyright (c) 2026 mfraz
|
|
21
21
|
*
|
|
22
22
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
23
23
|
* you may not use this file except in compliance with the License.
|
package/dist/jwt.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.SessionManager = exports.JWTManager = void 0;
|
|
7
7
|
/*
|
|
8
8
|
* This file is part of the Vatts.js Project.
|
|
9
|
-
* Copyright (c) 2026
|
|
9
|
+
* Copyright (c) 2026 mfraz
|
|
10
10
|
*
|
|
11
11
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
12
12
|
* you may not use this file except in compliance with the License.
|
package/dist/providers/index.js
CHANGED
|
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
/*
|
|
18
18
|
* This file is part of the Vatts.js Project.
|
|
19
|
-
* Copyright (c) 2026
|
|
19
|
+
* Copyright (c) 2026 mfraz
|
|
20
20
|
*
|
|
21
21
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
22
22
|
* you may not use this file except in compliance with the License.
|
package/dist/providers.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.GithubProvider = exports.GoogleProvider = exports.DiscordProvider = exports.CredentialsProvider = void 0;
|
|
4
4
|
/*
|
|
5
5
|
* This file is part of the Vatts.js Project.
|
|
6
|
-
* Copyright (c) 2026
|
|
6
|
+
* Copyright (c) 2026 mfraz
|
|
7
7
|
*
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
9
|
* you may not use this file except in compliance with the License.
|
package/dist/react/components.js
CHANGED
|
@@ -9,7 +9,7 @@ exports.useAuthRedirect = useAuthRedirect;
|
|
|
9
9
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
10
10
|
/*
|
|
11
11
|
* This file is part of the Vatts.js Project.
|
|
12
|
-
* Copyright (c) 2026
|
|
12
|
+
* Copyright (c) 2026 mfraz
|
|
13
13
|
*
|
|
14
14
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
15
15
|
* you may not use this file except in compliance with the License.
|
package/dist/react/index.js
CHANGED
|
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
exports.GuestOnly = exports.AuthGuard = exports.SessionProvider = exports.useAuth = exports.useSession = void 0;
|
|
18
18
|
/*
|
|
19
19
|
* This file is part of the Vatts.js Project.
|
|
20
|
-
* Copyright (c) 2026
|
|
20
|
+
* Copyright (c) 2026 mfraz
|
|
21
21
|
*
|
|
22
22
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
23
23
|
* you may not use this file except in compliance with the License.
|
package/dist/react/react.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.useAuth = useAuth;
|
|
|
6
6
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
7
|
/*
|
|
8
8
|
* This file is part of the Vatts.js Project.
|
|
9
|
-
* Copyright (c) 2026
|
|
9
|
+
* Copyright (c) 2026 mfraz
|
|
10
10
|
*
|
|
11
11
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
12
12
|
* you may not use this file except in compliance with the License.
|
package/dist/routes.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.createAuthRoutes = createAuthRoutes;
|
|
4
4
|
/*
|
|
5
5
|
* This file is part of the Vatts.js Project.
|
|
6
|
-
* Copyright (c) 2026
|
|
6
|
+
* Copyright (c) 2026 mfraz
|
|
7
7
|
*
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
9
|
* you may not use this file except in compliance with the License.
|
package/dist/types.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/*
|
|
3
3
|
* This file is part of the Vatts.js Project.
|
|
4
|
-
* Copyright (c) 2026
|
|
4
|
+
* Copyright (c) 2026 mfraz
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
package/dist/vue/component.vue
CHANGED
package/dist/vue/guards.js
CHANGED
|
@@ -4,7 +4,7 @@ exports.GuestOnly = exports.AuthGuard = void 0;
|
|
|
4
4
|
exports.useAuthRedirect = useAuthRedirect;
|
|
5
5
|
/*
|
|
6
6
|
* This file is part of the Vatts.js Project.
|
|
7
|
-
* Copyright (c) 2026
|
|
7
|
+
* Copyright (c) 2026 mfraz
|
|
8
8
|
*
|
|
9
9
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
10
|
* you may not use this file except in compliance with the License.
|
package/dist/vue/index.js
CHANGED
|
@@ -20,7 +20,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
20
20
|
exports.SessionProvider = exports.GuestOnly = exports.AuthGuard = exports.useAuth = exports.useSession = void 0;
|
|
21
21
|
/*
|
|
22
22
|
* This file is part of the Vatts.js Project.
|
|
23
|
-
* Copyright (c) 2026
|
|
23
|
+
* Copyright (c) 2026 mfraz
|
|
24
24
|
*
|
|
25
25
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
26
26
|
* you may not use this file except in compliance with the License.
|
package/dist/vue/session.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.useSession = useSession;
|
|
|
6
6
|
exports.useAuth = useAuth;
|
|
7
7
|
/*
|
|
8
8
|
* This file is part of the Vatts.js Project.
|
|
9
|
-
* Copyright (c) 2026
|
|
9
|
+
* Copyright (c) 2026 mfraz
|
|
10
10
|
*
|
|
11
11
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
12
12
|
* you may not use this file except in compliance with the License.
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vatts/auth",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Authentication package for Vatts.js framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"private": false,
|
|
8
|
-
"author": "
|
|
8
|
+
"author": "mfraz",
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"react": "^19.2.0",
|
|
51
51
|
"react-dom": "^19.2.0",
|
|
52
52
|
"vue": "^3.5.27",
|
|
53
|
-
"vatts": "^1.2.
|
|
53
|
+
"vatts": "^1.2.2"
|
|
54
54
|
},
|
|
55
55
|
"peerDependenciesMeta": {
|
|
56
56
|
"react-dom": {
|