-
__Laravel v5.8, "socialiteproviders/microsoft-graph": "^2.1"__
If I setup my key as multitenant I can get authorised. But when I change it to single tenant and try to add in the tenant Id as I don'…
-
# Issue / Motivation:
Register provider listeners not being called
## Expected behavior:
`Socialite::driver('azure')->redirect();` should redirect to the provider's login page
## Actual behavi…
-
@specialtactics this isn't an issue per se, but I want to bring your attention to a codebase I've forked and gotten working that (might?) be good to integrate into this one.
Some context: My primar…
-
- Socialite Version: 4.1.0
- Laravel Version: 5.8.*
- PHP Version: 7.2
- Database Driver & Version: MySQL 5.7
### Description:
I got sometimes this error in production:
```POST https://graph.…
-
I just submitted a PR to add the buttons and config for twitter and linkedin logins.
Linkedin works fine, but twitter does not.
This is the error I get when I try to log in with Twitter:
From /…
-
Doesnt work...I went through the install steps.
I see this when I try to log in with linkedin:
http://127.0.0.1:8000/auth/linkedin
```
BadMethodCallException
Method App\Http\Controllers\Auth\Lo…
-
Implementing Socialite, I decided to use the `url()` helper to generate my absolute redirect URLs, for example:
``` php
return [
'facebook' => [
'redirect' => url('auth/redirect/facebook'…
-
Problem adding the library to a fresh Laravel 5.6.8 project.
```
$ composer require spatie/laravel-medialibrary:^6.0.0
./composer.json has been updated
Loading composer repositories with package i…
-
- Laravel Version: 5.6
- PHP Version: 7.1
- Database Driver & Version: MYSQL
THAT IS THE ERROR I GET
Client error: `POST https://graph.facebook.com/v3.0/oauth/access_token` resulted in a `400…
-
Hi,
Is this package works with OAuth 2?
https://developer.xero.com/documentation/oauth2/overview
Thanks
Alex