Add forward auth documentation.

This commit is contained in:
Ludovic Fernandez 2017-09-14 21:26:02 +02:00 committed by Traefiker
parent 243b45881d
commit 5229b7cfba
2 changed files with 40 additions and 12 deletions

View file

@ -1,16 +1,15 @@
package types
import (
"crypto/tls"
"crypto/x509"
"encoding"
"errors"
"fmt"
"strconv"
"strings"
"crypto/tls"
"crypto/x509"
"io/ioutil"
"os"
"strconv"
"strings"
"github.com/containous/traefik/log"
"github.com/docker/libkv/store"