Added ability to get authorization code

This commit is contained in:
David Allen 2024-02-21 20:26:25 -07:00
parent bfcbca9cf1
commit 5bae300daa
9 changed files with 174 additions and 48 deletions

5
go.mod
View file

@ -2,7 +2,10 @@ module davidallendj/oidc-auth
go 1.22.0
require github.com/spf13/cobra v1.8.0
require (
github.com/spf13/cobra v1.8.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect