Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Botelho <tiagonbotelho@hotmail.com>2018-04-25 13:17:35 +0300
committerTiago Botelho <tiagonbotelho@hotmail.com>2018-04-26 12:13:29 +0300
commit699ecad78c792a77f951ab9117bb1ae480b29716 (patch)
treebe8fba1b8a26427d1b6e04f6b59967dc4c06ac2d /doc/administration/auth
parente6f6f8e7a3af3cd577075d1ac9ce287867c3e429 (diff)
Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite
Diffstat (limited to 'doc/administration/auth')
-rw-r--r--doc/administration/auth/jwt.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/auth/jwt.md b/doc/administration/auth/jwt.md
index b51e705ab52..8b00f52ffc1 100644
--- a/doc/administration/auth/jwt.md
+++ b/doc/administration/auth/jwt.md
@@ -50,7 +50,7 @@ JWT will provide you with a secret key for you to use.
required_claims: ["name", "email"],
info_map: { name: "name", email: "email" },
auth_url: 'https://example.com/',
- valid_within: nil,
+ valid_within: null,
}
}
```