Skip to content

Commit

Permalink
missing SameSite passing
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Jan 15, 2021
1 parent d2b22c3 commit bd39e5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ func NewService(opts Opts) (res *Service) {
Issuer: res.issuer,
AudienceReader: opts.AudienceReader,
AudSecrets: opts.AudSecrets,
SameSite: opts.SameSiteCookie,
})

if opts.SecretReader == nil {
Expand Down

0 comments on commit bd39e5e

Please sign in to comment.