|
1 | 1 | # Netlify Identity Widget
|
2 | 2 |
|
| 3 | +[](https://badge.fury.io/js/netlify-identity-widget) |
| 4 | + |
3 | 5 | A component used to authenticate with Netlify's Identity service.
|
| 6 | + |
4 | 7 | [Live demo](https://identity.netlify.com)
|
5 | 8 |
|
6 | 9 | For usage example with React and React Router, please see our `/example` folder and [read the README](https://github.com/netlify/netlify-identity-widget/tree/master/example).
|
7 | 10 |
|
8 | 11 | ## What is Netlify Identity
|
9 | 12 |
|
10 |
| -Netlify’s Identity service is a plug-and-play microservice for handling site |
| 13 | +Netlify's Identity service is a plug-and-play microservice for handling site |
11 | 14 | functionalities like signups, logins, password recovery, user metadata, and
|
12 | 15 | roles. You can use it from single page apps instead of rolling your own, and
|
13 | 16 | integrate with any service that understands JSON Web Tokens (JWTs).
|
@@ -192,10 +195,10 @@ You can also see an example of wrapping netlify-identity-widget in a React Hook
|
192 | 195 |
|
193 | 196 | ## FAQ
|
194 | 197 |
|
195 |
| -* Typescript Typings are maintained by @nkprince007 ([see PR](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/30689)): `npm install @types/netlify-identity-widget` and then `import * as NetlifyIdentityWidget from "netlify-identity-widget"` (or `import NetlifyIdentityWidget from "netlify-identity-widget"` if you have `--allowSyntheticDefaultImports` on) |
| 198 | +* TypeScript Typings are maintained by @nkprince007 ([see PR](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/30689)): `npm install @types/netlify-identity-widget` and then `import * as NetlifyIdentityWidget from "netlify-identity-widget"` (or `import NetlifyIdentityWidget from "netlify-identity-widget"` if you have `--allowSyntheticDefaultImports` on) |
196 | 199 |
|
197 | 200 | * If you experience a 404 while testing the Netlify Identity Widget on a local
|
198 |
| - environment, you can manually remove the netlifySiteURL from localStorage by |
| 201 | + environment, you can manually remove the `netlifySiteURL` from localStorage by |
199 | 202 | doing the following in the console.
|
200 | 203 |
|
201 | 204 | ```js
|
|
0 commit comments