TreeGateway / tree-gateway

This is a full featured and free API Gateway
http://treegateway.com
MIT License
192 stars 42 forks source link

User Authentication #130

Closed figueiredoAF closed 6 years ago

figueiredoAF commented 6 years ago

Hello,

I'm having an authentication problem using the ADMIN REST API. The user was created with the following command:

treeGatewayConfig users add -l sampleuserlogin -p sampleuserpassword -n sampleusername -r admin config

I received the message "User created", and I have seen the user was really inserted in my database instance.

However, I get a "user not found" response when I try to get the access token for the user, doing a POST in /users/authentication with the login and password as parameters.

Does anyone know what's going on?

Best regards, Alex F. Figueiredo.

thiagobustamante commented 6 years ago

I could not reproduce it. I created the user using your command and then authenticate without any problem.

Maybe there is a problem in the way you are passing those parameters... Did you tested through the swagger ui interface (http://localhost:8001/api-docs)?