authboss-sample icon indicating copy to clipboard operation
authboss-sample copied to clipboard

A sample implementation of authboss.

Results 3 authboss-sample issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

I wonder what's the intent here - there's no description, will it work with `true` values? https://github.com/volatiletech/authboss-sample/blob/8e0236a6de63c5cbebe539e06ece2efa990ab9af/blog.go#L235 The same question for other insecure settings like: ```go cookieStore.Secure = false ```