You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
+
Netlify’s Identity service is a plug-and-play microservice for handling site
12
+
functionalities like signups, logins, password recovery, user metadata, and
13
+
roles. You can use it from single page apps instead of rolling your own, and
14
+
integrate with any service that understands JSON Web Tokens (JWTs).
// Note that doing things directly through gotrue brings a risk of getting out of
107
119
// sync between your state and the widgets state.
108
-
netlifyIdentity.gotrue
120
+
netlifyIdentity.gotrue;
109
121
```
110
122
111
123
## Localhost
112
124
113
-
When using the widget on localhost, it will prompt for your Netlify SiteURL the first time it is opened. Entering the siteURL populates the browser's localStorage.
125
+
When using the widget on localhost, it will prompt for your Netlify SiteURL the
126
+
first time it is opened. Entering the siteURL populates the browser's
127
+
localStorage.
114
128
115
-
This allows the widget to know which instance of Netlify Identity it should communicate with with zero
116
-
configuration.
129
+
This allows the widget to know which instance of Netlify Identity it should
130
+
communicate with with zero configuration.
117
131
118
-
E.g. If your Netlify site is served from the `olddvdscreensaver.com` domain name, enter the following when prompted by the widget when in development mode:
132
+
E.g. If your Netlify site is served from the `olddvdscreensaver.com` domain
133
+
name, enter the following when prompted by the widget when in development mode:
0 commit comments