web-manager 3.0.11 → 3.1.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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -286,7 +286,10 @@ For these, you must first call `.account().resolve()`
|
|
286
286
|
* `.auth-created-element`: Add to any element to show the local string for account creation date
|
287
287
|
* `.auth-phone-element`: Add to any element to display the user's phone
|
288
288
|
|
289
|
-
|
289
|
+
* Future additions (not added yet)
|
290
|
+
* `auth-link-provider-btn`: Initiate a link to the `data-provider` in this element
|
291
|
+
* `auth-unlink-provider-btn`: Initiate an unlink to the `data-provider` in this element
|
292
|
+
* `auth-signout-all-sessions-btn`: Call the server to sign out of all sessions and then log out of the current one.
|
290
293
|
|
291
294
|
|
292
295
|
```html
|
package/package.json
CHANGED