Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: RebelTat/oauth2l

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v1.0.2

Toggle v1.0.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix TAG_NAME interpolation

v1.0.1

Toggle v1.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add support for Go modules (google#77)

This is nice for anyone who wants to depend on this library, but
also required in order to make a Homebrew package for it.

v1.0.0

Toggle v1.0.0's commit message
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.

v0.9.0

Toggle v0.9.0's commit message
Update for v0.9.0 release.