mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-19 19:17:01 -07:00
Added ability to get authorization code
This commit is contained in:
parent
bfcbca9cf1
commit
5bae300daa
9 changed files with 174 additions and 48 deletions
5
go.mod
5
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue