Skip to content

Tags: google/oauth2l

Tags

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Update Makefile to support arm64 for darwin and linux (syntax …

…fix 2) (#176)

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
doc: Add disclaimer to use "Desktop" type for OAuth client ID (#167)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update golang version to 1.16 in docker config (#139)

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bug fixes for JWT with scope and token extras (#124)

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Print "id_token" from the JWT token if presented (#120)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add .exe suffix to windows binary (#118)

Fixes issue #112

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 (#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 (#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 (#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.