Skip to content
GitLab
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register

Search

Advanced search is enabled.
  • Code 4
  • Issues
  • Merge requests
  • Wiki
  • Commits
  • Comments
  • Milestones
  • Users
Showing 4 code results for  securecookie  in
of GitLab.org / gitlab-pages
internal/auth/auth_code.go
12

13
	"github.com/golang-jwt/jwt/v4"
14
	"github.com/gorilla/securecookie"
15
	"golang.org/x/crypto/hkdf"
16
)
go.mod
12
	github.com/gorilla/handlers v1.4.2
13
	github.com/gorilla/mux v1.8.0
14
	github.com/gorilla/securecookie v1.1.1
15
	github.com/gorilla/sessions v1.2.0
16
	github.com/hashicorp/go-multierror v1.1.1
internal/auth/auth.go
15
	"time"
16

17
	"github.com/gorilla/securecookie"
18
	"github.com/gorilla/sessions"
19
	"github.com/sirupsen/logrus"
go.sum
243
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
244
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
245
github.com/gorilla/securecookie v1.1.1 h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=
246
github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4=
247
github.com/gorilla/sessions v1.2.0 h1:S7P+1Hm5V/AT9cjEcUD5uDaQSX0OE577aCXgoaKpYbQ=