Current_gitlab.AuthSourceUse GitLab to authenticate users.
Configuration for GitLab OAuth single-sign-on.
val v :
?scopes:string list ->
client_id:string ->
client_secret:string ->
redirect_uri:string ->
unit ->
tCreate a configuration using the details provided by GitLab.
Use this as your ~authn in Current_web.Site.v.
The callback page for logins. Add a route to this from the URL you configured when you set up your GitLab OAuth app. If t = None then the page will tell you how to configure it.
Get the configuration from the command-line.