@swr-login/plugin-oauth-google 0.1.0 → 0.2.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/README.md +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> Google OAuth 2.0 login plugin for swr-login (supports Popup & Redirect with PKCE).
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@swr-login/plugin-oauth-google)
|
|
6
|
-
[](https://github.com/
|
|
6
|
+
[](https://github.com/tobytovi/swr-login/blob/main/LICENSE)
|
|
7
7
|
|
|
8
8
|
## Install
|
|
9
9
|
|
|
@@ -41,8 +41,8 @@ const { login, isLoading } = useLogin('google');
|
|
|
41
41
|
|
|
42
42
|
## Part of swr-login
|
|
43
43
|
|
|
44
|
-
See the full project at [github.com/
|
|
44
|
+
See the full project at [github.com/tobytovi/swr-login](https://github.com/tobytovi/swr-login).
|
|
45
45
|
|
|
46
46
|
## License
|
|
47
47
|
|
|
48
|
-
[MIT](https://github.com/
|
|
48
|
+
[MIT](https://github.com/tobytovi/swr-login/blob/main/LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swr-login/plugin-oauth-google",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Google OAuth 2.0 login plugin for swr-login (supports Popup & Redirect with PKCE)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
],
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@swr-login/core": "0.
|
|
26
|
+
"@swr-login/core": "0.2.0"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"swr-login",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"license": "MIT",
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|
|
38
|
-
"url": "https://github.com/
|
|
38
|
+
"url": "https://github.com/tobytovi/swr-login",
|
|
39
39
|
"directory": "packages/plugin-oauth-google"
|
|
40
40
|
},
|
|
41
|
-
"homepage": "https://github.com/
|
|
42
|
-
"bugs": "https://github.com/
|
|
41
|
+
"homepage": "https://github.com/tobytovi/swr-login#readme",
|
|
42
|
+
"bugs": "https://github.com/tobytovi/swr-login/issues",
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|