SSOwat/init.lua
2013-10-15 13:58:16 +02:00

11 lines
206 B
Lua

-- Load libraries
json = require "json"
lualdap = require "lualdap"
math = require "math"
-- Set random key
math.randomseed(os.time())
auth_key = math.random(1111111, 9999999)
-- Shared table
tokens = {}