PRIArobotics / hedgehog-ide

Hedgehog IDE and Deployment Protocol
https://hedgehog.pria.at
GNU Affero General Public License v3.0
8 stars 0 forks source link

Authentication doesn't work #37

Closed Sascha8a closed 7 years ago

Sascha8a commented 7 years ago

On the newest release (1.2.0) authentication doesn't work at all. The post data from the browser to the server doesn't contain the username and password, just simple empty strings.

trestoa commented 7 years ago

The authentication can be enabled/disabled via the server configuration, have you maybe set the auth.enabled property to false?

Sascha8a commented 7 years ago

It's defenetively enabled, otherwise the auth-guard wouldn't show up..

On 2 Nov 2017 14:44, "Markus Klein" notifications@github.com wrote:

The authentication can be enabled/disabled via the server configuration, have you maybe set the auth.enabled property to false?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PRIArobotics/hedgehog-ide/issues/37#issuecomment-341424893, or mute the thread https://github.com/notifications/unsubscribe-auth/AGndbbmaoqxd7bVuKFr-re_brq9HKTjbks5sycc4gaJpZM4QPcs4 .

trestoa commented 7 years ago

Apparently, the username and password variables are reset before the HTTP request with the login credentials is being sent. We will soon publish a patch release fixing this issue. Thanks for submitting 👍

trestoa commented 7 years ago

Fixed with version 1.2.1 (82e9455dead36561312c05e14c54c63ca243cb14).