What is the actual behavior?
In my symfony app when I try to login user with a valid access token I got error "ssl required".
If I use without symfony then my $linkedin->isAuthenticated() is false and also there is no error.
I already make my localhost to https
Expected Behavior
What is the behavior you expect?
User should login without any issue.
Steps to Reproduce
What are the steps to reproduce this bug? Please add code examples,
screenshots or links to GitHub repositories that reproduce the problem.
Possible Solutions
If you have already ideas how to solve the issue, add them here.
(remove this section if not needed)
Actual Behavior
What is the actual behavior? In my symfony app when I try to login user with a valid access token I got error "ssl required". If I use without symfony then my
$linkedin->isAuthenticated()
is false and also there is no error. I already make my localhost tohttps
Expected Behavior
What is the behavior you expect? User should login without any issue.
Steps to Reproduce
What are the steps to reproduce this bug? Please add code examples, screenshots or links to GitHub repositories that reproduce the problem.
Possible Solutions
If you have already ideas how to solve the issue, add them here. (remove this section if not needed)