-
Notifications
You must be signed in to change notification settings - Fork 163
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
RESTFUL #190
Comments
me too! please help us! |
@rizrob66 I think you need to use HttpBearerAuth instead default FormLogin authentication |
@colesnic89 Thanks for your tips |
@rizrob66 It is hard to understand what happened. I always use XDebug in cases like this. |
Hi I configure like Chapter 6. RESTful Web Services of Yii2 Application Development Cookbook Third
Edition book, and work fine.
But when I changed tu user-managment I recive:
"name": "Unauthorized",
"message": "Your request was made with invalid credentials.",
"code": 0,
"status": 401,
"type": "yii\web\UnauthorizedHttpException"
If I configure at database level username = auth_key work OK but no validate the password.
Can you helpme?
The text was updated successfully, but these errors were encountered: