oidc: Log when a subject tries to authenticate but isn't allowed

This commit is contained in:
TwiN
2022-01-01 22:53:38 -05:00
parent dd5e3ee7ee
commit 139a78b2f6
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -5,6 +5,7 @@ go 1.17
require (
github.com/TwiN/g8 v1.2.0
github.com/TwiN/gocache v1.2.4
github.com/TwiN/gocache/v2 v2.0.0
github.com/TwiN/health v1.3.0
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
@ -51,7 +52,6 @@ require (
)
require (
github.com/TwiN/gocache/v2 v2.0.0 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect