Hi. I am writing an admin panel for an application which Backend of application written in Laravel. I will use nodejs for backend of admin panel. Normally these 2 backends use...
Hi everyone. When i try to test api in postman, faced with problem: when i send raw post data , my passport authentication dont work. But send x-www-url-encoded it work. How ...
i realize that, problem isnt related with db. when i print_r data which get form db i correctly displat but when i json_encode it, then problem happen how can i convert array...
hi everybody. I want to ask something about social authentication. client_id, client_secret and access_token: All of these come from users. Did I get it right?
hi everyone. I tyr to after registration process add new value to database whhic is optional. But i cant add this optional value. How can do it?I defined this optional vaue in...
hi guys I have problem in react. When i execute code everything work correctly, but in console i get this error. What does it mean and how can i fix it?
`<?php $con = new mysqli('localhost','root','','testdb'); if ($con->connect_error){ $error = $con->connect_error; echo("Not connected: " . $error); } ?>`
İ want to look like such that. What is correct why for applying jquery function to react components?
how can i logout?
Hi. I try to get users with populate rooms. But i get only one room of user. Where is my fault?
Then how can i pass client_id and client_secret from req.body to this FacebookStrategy?