Skip to content

Commit 48dc2df

Browse files
authored
Merge pull request #72 from netlify/add-the-what-to-the-readme
Update README.md
2 parents 0cde0cb + 1cce3c0 commit 48dc2df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Netlify Identity Widget
22

3-
A component used to authenticate with Netlify's Identity API. [Live demo](https://identity.netlify.com)
3+
A component used to authenticate with Netlify's Identity service. [Live demo](https://identity.netlify.com)
44

55
For a lower level library to the underlying `GoTrue` API, see [gotrue-js](https://github.com/netlify/gotrue-js).
66

7+
## What is Netlify Identity
8+
Netlify’s Identity service is a plug-and-play microservice for handling site functionalities like signups, logins, password recovery, user metadata, and roles. You can use it from single page apps instead of rolling your own, and integrate with any service that understands JSON Web Tokens (JWTs).
9+
10+
Learn more about this service from this [blog post](https://www.netlify.com/blog/2017/09/07/introducing-built-in-identity-service-to-streamline-user-management/).
11+
712
## Usage
813

914
Simply include the widget on your site, and things like invites, confirmation codes, etc, will start working.

0 commit comments

Comments
 (0)