Tags: RebelTat/oauth2l
Tags
Fix web app installation logic (google#105) -Fixed issue with using incorrect home directory as default web directory. -Print actual docker error messages during launch, if any. -Updated readme.
Improved OAuth2l Client Interface (google#70) -Uses advanced go-flags library to parse command-line flags, which improves organization, flexibility, and better built-in help doc. -Added explicit flags for GUAC arguments such as scope and audience. -Added support for a new "curl" command. -Fixed variadic bug in sso.go that incorrectly handles multiple scopes.