-
Hi, I'm feel interested in this project however however Im confuse with your installation step. It stated we shall perform `git clone https://github.com/avdevs/keycloak.git`, but it didnt state where …
-
Sorry for asking a question here, but I tried elsewhere and no one could answer.
Let's say I have a mobile app in which the user can login with Facebook. If it was on the web, after the authorization…
-
@kamilmysliwiec
First of all I'd like to say I really like the idea and your work so far, secondly: what are you plans for the future of the project? Here are some questions I'd love to hear your …
-
- Laravel Version: 5.3
- Adldap2-Laravel Version: 3.0
- PHP Version: 5.6.4
### Description:
Nothing to publish for tag [adldap].
### Steps To Reproduce:
Hello - I am trying to follow the i…
-
This should be a fairly straight forward command. It just needs to do the two steps to install socialite.
```bash
composer require laravel/socialite
php artisan package:discover
```
Do some …
-
# Issue / Motivation:
Using relative path will not automatically be resolved to a fully qualified URL.
I have try to modify SocialiteProviders/Manager but I have no idea to pass "SocialiteManager…
-
I am using socialite in laravel 5.4. After redirect back to my application, I need to logged the user in. I know that user can be logged in by `Sentinel::login($user)` but, it needs email and password…
-
Hi,
I'm trying to install this package on a up-to-date Laravel but composer (1.8.4) complains about Laravel 5.8 dependancy :
```
$ composer require lahaxearnaud/laravel-u2f
Using version ^1.4 …
-
超哥,最近忽然出现这个问题
```
Call to undefined method Illuminate\Session\Store::set()
```
![image](https://user-images.githubusercontent.com/31909061/53501747-b29cfd00-3ae7-11e9-8455-6da973cb8fa4.png)
L…
-
Laravel 5 Boilerplate incorrectly neutralizes user-controllable input before it is placed in output that is used as /login/ page that is served to other users.
As a PoC I'm using a demo page from thi…