Skip to content

Commit 2b5a4a3

Browse files
authored
Update README.md
added note that using Lua > 5.1 will not work
1 parent 079dda1 commit 2b5a4a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# KnownUser.V3.Lua
2-
The Queue-it Security Framework is used to ensure that end users cannot bypass the queue by adding a server-side integration to your server. It was developed and verified with Lua v.5.1.
2+
The Queue-it Security Framework is used to ensure that end users cannot bypass the queue by adding a server-side integration to your server. It was developed and verified with Lua v.5.1. **Running this SDK on Lua versions higher than this (ex. v.5.3) will not work**.
33

44
## Introduction
55
When a user is redirected back from the queue to your website, the queue engine can attach a query string parameter (`queueittoken`) containing some information about the user.
@@ -75,4 +75,4 @@ If you need to protect AJAX calls beside page loads you need to add the below Ja
7575
type="text/javascript"
7676
src="//static.queue-it.net/script/queueconfigloader.min.js">
7777
</script>
78-
```
78+
```

0 commit comments

Comments
 (0)