-
here is my settings and code if it is not a bug:
**settings**
```
AUTHLIB_OAUTH_CLIENTS = {
'vkontakte': {
'client_id': os.getenv('VKONTAKTE_CLIENT_ID'),
'client_secret': o…
-
Could someone please provide an ultra-short example of how to respond to an *UNTYPED* RPC request ?
The documentation only appears to show how to do *TYPED* RPC ?
Let's say I have a service that…
-
Hi, your strategies is:
```ruby
require 'omniauth/strategies/oauth2'
module OmniAuth
module Strategies
# Authenticate to Vkontakte utilizing OAuth 2.0 and retrieve
# basic use…
-
When Vkontakte provider run requestAccessToken from abstract service Stream Client fall down.
Vk use specify grant_type - client_credentials.
So i add fixed requestAccessToken method to Vkontakte.php…
-
I don't know, how to make pull request here.
Please, add this provider:
```
'vkontakte': {
auth_version: '2.0',
authorize_url: 'https://oauth.vk.com/authorize',
callback_url: ({ …
-
### New Issue Checklist
- [ X] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md).
- [ X] I am not just asking a [question](https://gi…
-
We need to test 5 big providers:
- [x] Google
- [ ] Facebook
- [x] Twitter
- [ ] LinkedIn
- [ ] Vkontakte
Unfortunately for every test we need to obtain the OAuth Client Credentials from the r…
-
I have created an authentication blueprint for Vkontakte using the Custom provider template as shown in the Flask-Dance documentation. However, I keep getting the error "oauthlib.oauth2.rfc6749.error…
-
I am trying to get token from Vkontakte using branch of alterplay's fork.
I send the following and get Client id is invalid response
2011-10-20 16:37:29.423 VNSLOCAL[5051:207] VKontacte urlString: ht…
-
Sorry to bother you with an issue, but i didn't realize how to do a pull-request (my fault...).
This evening i've managed to modify your project to support the latest phleague oauth2-client (2.x): th…