Commit d1b75df2 authored by Sjoerd Langkemper's avatar Sjoerd Langkemper
Browse files

Increase expire time

parent 5fd97763
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -18,7 +18,7 @@ function createTokenObject() {
"iat" => time(),
# Expire
"exp" => time() + 120,
"exp" => time() + 1200,
"data" => [
"hello" => "world"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment