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: README.md
+43-7Lines changed: 43 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# KnownUser.V3.Javascript
2
2
Before getting started please read the [documentation](https://github.com/queueit/Documentation/tree/main/serverside-connectors) to get acquainted with server-side connectors.
3
3
4
-
Connector was developed with TypeScript and verified using Nodejs v.8.12 and Express v.4.16.
4
+
The connector was developed with TypeScript and verified using Nodejs v.8.12 and Express v.4.16.
5
5
6
6
You can find the latest released version [here](https://github.com/queueit/KnownUser.V3.Javascript/releases/latest). or download latest npm package from [here](https://www.npmjs.com/package/queueit-knownuser).
7
7
@@ -10,9 +10,13 @@ The KnownUser validation must be done on *all requests except requests for stati
10
10
So, if you add the KnownUser validation logic to a central place, then be sure that the Triggers only fire on page requests (including ajax requests) and not on e.g. image.
11
11
12
12
The following is an example route in express/nodejs which shows how to validate that a user has been through the queue.
13
-
It assumes that your integrationconfiguration file is located in root of the web application.
13
+
It assumes that your integration configuration file is located in root of the web application.
0 commit comments