netlify-identity-widget
Advanced tools
Comparing version 1.5.6 to 1.6.0
@@ -10,2 +10,14 @@ # Changelog | ||
## [v1.6.0](https://github.com/netlify/netlify-identity-widget/compare/v1.5.6...v1.6.0) - 2020-05-08 | ||
### Merged | ||
- added refresh method from gotrue [`#237`](https://github.com/netlify/netlify-identity-widget/pull/237) | ||
- Bump handlebars from 4.2.0 to 4.5.3 in /example/react [`#228`](https://github.com/netlify/netlify-identity-widget/pull/228) | ||
- Bump handlebars from 4.2.1 to 4.5.3 [`#227`](https://github.com/netlify/netlify-identity-widget/pull/227) | ||
### Commits | ||
- updating README [`2a0a7ba`](https://github.com/netlify/netlify-identity-widget/commit/2a0a7ba909fd79f4fed00637af5bad54b242d4f4) | ||
## [v1.5.6](https://github.com/netlify/netlify-identity-widget/compare/v1.5.5...v1.5.6) - 2019-12-02 | ||
@@ -12,0 +24,0 @@ |
{ | ||
"name": "netlify-identity-widget", | ||
"description": "Netlify Identity widget for easy integration", | ||
"version": "1.5.6", | ||
"version": "1.6.0", | ||
"author": "Matt Biilmann <matt@netlify.com>", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -74,2 +74,5 @@ # Netlify Identity Widget | ||
netlifyIdentity.logout(); | ||
// refresh the user's JWT | ||
// Note: this method returns a promise. | ||
netlifyIdentity.refresh().then((jwt)=>console.log(jwt)) | ||
``` | ||
@@ -117,2 +120,6 @@ | ||
// refresh the user's JWT | ||
// Note: this method returns a promise. | ||
netlifyIdentity.refresh().then((jwt)=>console.log(jwt)) | ||
// Access the underlying GoTrue JS client. | ||
@@ -119,0 +126,0 @@ // Note that doing things directly through the GoTrue client brings a risk of getting out of |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1459
191
2
2165425
19