-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: text: "Could not find configuration: default / default" #42
Comments
I have the same problem. The php-api-xxx is a great serious libraries but the problem is it does not have a simple, straight forward How to use tutorial(s)! I want to use auth beside of the api.php but I don't know how to combine them! |
There is an example in the folder 'examples/clients/auth.php/', does that help? |
Not really. It has only an html file!
|
@mevdschee OK. I have put the |
Hello all! 1 so that configuration will be default / api.php (client_id / audience) 2 and that is it. i hope it helps |
Trying to get auth.php to work I get this error:
text: "Could not find configuration: default / default"
This is the code I'm using:
http.post('/auth.php', {
username: username,
password: password
});
What am I doing wrong?
Furthermore: At the end of auth.php username and password are both returned as 'admin'. Do I have to change that or can I leave this empty? I don't get it, sorry.
The text was updated successfully, but these errors were encountered: