mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Added flow initialization and completed implementation
This commit is contained in:
parent
a3f0caf4ff
commit
1de4d3a5d5
6 changed files with 262 additions and 41 deletions
|
|
@ -22,6 +22,7 @@ type Config struct {
|
|||
OpenBrowser bool `yaml:"open-browser"`
|
||||
DecodeIdToken bool `yaml:"decode-id-token"`
|
||||
DecodeAccessToken bool `yaml:"decode-access-token"`
|
||||
RunOnce bool `yaml:"run-once"`
|
||||
}
|
||||
|
||||
func NewConfig() Config {
|
||||
|
|
@ -49,6 +50,7 @@ func NewConfig() Config {
|
|||
OpenBrowser: false,
|
||||
DecodeIdToken: false,
|
||||
DecodeAccessToken: false,
|
||||
RunOnce: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue