Join Lime Hub
Create your account to get started.
Username
Password
Sign up
OR
Sign in
By continuing, you agree to our
Terms of Service
and
Privacy Policy
.
register.lua
1
-- Lime Hub Registration Module v1.1.0
2
local
LimeAuth
=
require
(
"@limehub/auth"
)
3
local
account
=
LimeAuth
.create()
4
5
if
account
.ok
then
6
LimeAuth
.redirect(
"/dashboard"
)
7
end