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
Copy file name to clipboardexpand all lines: docs/guides/get_started/adding_app.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ import TabItem from '@theme/TabItem';
13
13
14
14
An _app_ represents your application where users logs in.
15
15
16
-
For simplicty, let's create a server-side web app.
16
+
For simplicity, let's create a server-side web app.
17
17
18
18
:::note
19
19
Crossid supports various app types such as _single page applications (SPA)_, _mobile_ and _APIs_. for more info see [application](/docs/concepts/application).
@@ -28,7 +28,7 @@ To speed things up, let's start from a sample with a framework of your choice.
28
28
| Node.js Express |[see walk through](/docs/langs/backend/nodejs-express)|
Copy file name to clipboardexpand all lines: docs/guides/get_started/adding_person.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
11
11
12
12
A person is a digital representation of a human that access your apps. this can be a customer for public web sites or an employee for a private app.
13
13
14
-
With Crossid you don't need to maintain your own user management. Ceating new user profile, granting permissions, unlock or reseting credentials can all be done via the admin console.
14
+
With Crossid you don't need to maintain your own user management. Creating new user profile, granting permissions, unlock or resetting credentials can all be done via the admin console.
Copy file name to clipboardexpand all lines: docs/guides/get_started/signup.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -57,10 +57,10 @@ Check your email for tenant activation.
57
57
## Get API token
58
58
59
59
:::note
60
-
API token is only required if you plan to interact with the REST API using an HTTP clinet such as curl. Skip this step if you plan to use the web admin console.
60
+
API token is only required if you plan to interact with the REST API using an HTTP client such as curl. Skip this step if you plan to use the web admin console.
61
61
:::
62
62
63
-
Let's get a short access token that is required to securely intreact with Crossid API.
63
+
Let's get a short access token that is required to securely interact with Crossid API.
0 commit comments