Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/local verification #7

Open
wants to merge 82 commits into
base: master
Choose a base branch
from

Conversation

zipme
Copy link

@zipme zipme commented Dec 28, 2024

No description provided.

doomspork and others added 30 commits July 18, 2017 00:13
- for example, redeeming the code again would crash because the strategy was using OAuth2.Client.get_token!, which will attempt to illegially raise an exception using a OAuth response struct
Corrected a minor typo in the README
…auth#54)

* Create travis.yml with language: elixir

* Updated .travis.yml

Trying again, based on other elixir .travis.yml files and reading the TravisCI docs.

* Converted elixir versions to strings in travis.yml
* Amended oAuth strategy to resolve m/f/a tuples

- this allows specifying {m, f, a} tuples for things such as Client ID / Client Secret

* Moved config resolution to after all values have been merged

* Amended Strategy to also derive crednetials from options

- This is in addition to deriving from the Environment
Added information about reading client_id/client_secret from MFA to the README
This reverts commit 381bc29.
Add support for optional login_hint param
Hanspagh and others added 30 commits March 5, 2020 11:06
Allow the userinfo endpoint to be configured via options.
Add support for optional include_granted_scopes param
Besides other documentation changes, this commit ensures the generated
HTML doc for HexDocs.pm will become the main source doc for this Elixir
library which leverage on latest ExDoc features.
Upgrade Ueberauth and Refactor CSRF State Logic
Elixir 1.4 (released in 2016) add application inference, so now in
almost all situations it is not necessary to add a dependency to
`:applications`. And if you set just a single application in
`:applications` then you will break your release.

Since ueberauth_google only support Elixir 1.8 and up, we don't need to
mention :applications anymore
…ructions

Remove :applications instructions from readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.