forked from ueberauth/ueberauth_vk
-
Notifications
You must be signed in to change notification settings - Fork 0
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-478] update to 0.3.0 #1
Open
te0retik
wants to merge
25
commits into
master
Choose a base branch
from
DLVR-478-update-to-0.3.0
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
loosened dependency
Adds ability to set an extra param to vk. It improves security.
* WIP: adds failing test, refs ueberauth#21 * Closes ueberauth#21 * Fixes credo warning
Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.6.1 to 0.8.0. - [Release notes](https://github.com/parroty/excoveralls/releases) - [Changelog](https://github.com/parroty/excoveralls/blob/master/CHANGELOG.md) - [Commits](parroty/excoveralls@v0.6.1...v0.8.0)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.15.0 to 0.18.1. - [Changelog](https://github.com/elixir-lang/ex_doc/blob/master/CHANGELOG.md) - [Commits](https://github.com/elixir-lang/ex_doc/commits/v0.18.1)
Bumps [oauth2](https://github.com/scrogson/oauth2) from 0.8.3 to 0.9.2. - [Release notes](https://github.com/scrogson/oauth2/releases) - [Changelog](https://github.com/scrogson/oauth2/blob/master/CHANGELOG.md) - [Commits](ueberauth/oauth2@v0.8.3...v0.9.2)
Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/parroty/excoveralls/releases/tag/v0.8.1) - [Changelog](https://github.com/parroty/excoveralls/blob/master/CHANGELOG.md) - [Commits](parroty/excoveralls@v0.8.0...v0.8.1)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.18.1 to 0.18.2. - [Changelog](https://github.com/elixir-lang/ex_doc/blob/master/CHANGELOG.md) - [Commits](elixir-lang/ex_doc@v0.18.1...v0.18.2)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.18.2 to 0.18.3. - [Changelog](https://github.com/elixir-lang/ex_doc/blob/master/CHANGELOG.md) - [Commits](elixir-lang/ex_doc@v0.18.2...v0.18.3)
Changes: 1. Fixes failing tests, closes ueberauth#7 2. Adds docs, closes ueberauth#18 3. Upgrade elixir and deps versions, closes ueberauth#30 4. Ready to be released, closes ueberauth#39
te0retik
force-pushed
the
DLVR-478-update-to-0.3.0
branch
from
September 22, 2021 16:00
e3e2131
to
a3000a9
Compare
te0retik
commented
Sep 22, 2021
token = Map.put(token, :other_params, other_params) | ||
put_private(conn, :vk_token, token) | ||
# FIXME need to call with third argument - state | ||
fetch_user(conn, %{client | token: token}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
вот тут нужно передать третий аргумент, которого нет. как это сделать?
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.