@capgo/capacitor-social-login 0.0.39 → 0.0.40

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.
Files changed (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,13 +8,18 @@
8
8
 
9
9
  All social logins in one plugin
10
10
 
11
- WIP: Code is ready we ar now polishing documentation
12
-
13
11
  This plugin implement social auth for:
14
12
  - Google (with credential manager)
15
13
  - Apple (with 0auth on android)
16
14
  - Facebook ( with latest SDK)
17
15
 
16
+ We plan in the future to keep adding others social login and make this plugin the all in one solution.
17
+
18
+ FAQ:
19
+
20
+ - Do we support web login?
21
+ => Not yet but PR are welcome, our focus is the native part for now as any Web sdk will work for web
22
+
18
23
  ## Install
19
24
 
20
25
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-social-login",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "description": "All social logins in one plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",