forked from Ivasoft/traefik
Add forward auth documentation.
This commit is contained in:
committed by
Traefiker
parent
243b45881d
commit
5229b7cfba
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user