forked from ueberauth/ueberauth_facebook
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[DLVR-6993] merge upstream #3
Open
maxp36
wants to merge
39
commits into
master
Choose a base branch
from
DLVR-6993-merge-upstream
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s empty you will not get the email back, even if that is defined in the scope. An other change is that you also need to pass along public_profile along with email in the scope for this to work. (ueberauth#37)
…eberauth#40) * Allow option to specify scheme for usar avatar url. Defaults to http * Revert "Allow option to specify scheme for usar avatar url. Defaults to http" This reverts commit 2a7a453. * Change http to https scheme in URL returned by fetch_image * Bump credo dep to fix code analysis bug and make travis green * Update travis config to include versions of elixir up to 1.6 * Update exclude option in travis config * Exclude Elixir 1.6 with OTP 18.3 * Eclude Elixir 1.3 with OTP 20.2
…izer set oauth2 json library based on ueberauth's json library
Allow oauth2 library version 2.x
Allow Dynamic Configuration
1. Mention call 'options' explicitly in README 2. Add documentation about state 3. Linter removed a few extra spaces in the README
In order to compile docs an update of ex_doc was necessary. Also ran 'mix format mix.exs'
Besides other documentation changes, this commit ensures the generated HTML doc for HexDocs.pm will become the main reference doc for this Elixir library which leverage on latest features of ExDoc.
Misc doc changes
…mac_deprecated Fix crypto mac signature change in OTP/24
… feature/improved-docs
Feature/improved docs
Require Ueberauth 0.7 and implement its CSRF protection
Different people are facing different issue but we are not able to identify the issue since the error from the client (facebook) is not being thrown back to the user. This change will provide correct message from the client.
Logging in detail
maxp36
force-pushed
the
DLVR-6993-merge-upstream
branch
from
October 12, 2023 14:29
eaadd79
to
a5bc822
Compare
Делал в рамках задачка DLVR-6993. Решили, что пока не нужно. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.