-
Twitter return Indirect modification of overloaded property SocialiteProviders\Manager\OAuth1\User::$urls has no effect on callback page when am trying to get the user from socialite
The issue is…
-
Locust summary for: https://github.com/lepture/authlib/pull/286
-
# Problem
Launching my application which uses OAuth with the Jira client throws the error `AttributeError: module 'jwt.algorithms' has no attribute 'hashes'`.
# Environment
* python 3.9.1
* pipe…
-
```
What steps will reproduce the problem?
1.Configurate my app correctly and work normally
2.I create a new gmail account
3. I try to authenticate and retrive my contacts and punn error :
---------…
-
```
What steps will reproduce the problem?
1.Configurate my app correctly and work normally
2.I create a new gmail account
3. I try to authenticate and retrive my contacts and punn error :
---------…
-
```
What steps will reproduce the problem?
1.Configurate my app correctly and work normally
2.I create a new gmail account
3. I try to authenticate and retrive my contacts and punn error :
---------…
-
## Bug, feature or question?
Bit of a question. My server routes everything into index.php like so (nginx):
~~~
location / {
try_files $uri $uri/ /index.php?$uri;
}
~~~
Therefore, when m…
-
Environment:
Python 3.7.6
Eve 1.1
Installed dependencies:
```
setuptools==41.0.1
flask-pymongo==0.5.2
redis==2.10.6
requests-oauthlib==1.1.0
eve==1.1
eve-swagger==0.0.11
Werkzeug==1.…
-
getting Internal server error 500, on running login example,
InternalOAuthError: Failed to obtain request token
at Strategy.OAuthStrategy._createOAuthError (C:\Users\MSI0657\Downloads\passport-xi…
-
I have a problem with Chrome Extension authorization.
After authorization extension sends request to server to get some data.
If user is authorized on a site, extension gets current user authority (by…