Welcome to Lime Hub
Enter your credentials to continue.
Username
Password
Sign in
OR
Sign up
By continuing, you agree to our
Terms of Service
and
Privacy Policy
.
auth.lua
1
-- Lime Hub Authentication Module v1.1.0
2
local
LimeAuth
=
require
(
"@limehub/auth"
)
3
local
session
=
LimeAuth
.verify()
4
5
if
session
.valid
then
6
LimeAuth
.grantAccess()
7
end