Skip to content

Does username / password authentication to the web ui exist in v2? #385

Answered by luc-github
jb510 asked this question in F.A.Q
Discussion options

You must be logged in to vote

Authentication is available in ESP3D 2.1 and 3.0 but is not enabled by default :
2.1: https://github.com/luc-github/ESP3D/blob/2.1.x/esp3d/config.h#L88-L89
https://github.com/luc-github/ESP3D/?tab=readme-ov-file#default-configuration

3.0:https://github.com/luc-github/ESP3D/blob/3.0/esp3d/configuration.h#L540-L543
http://esp3d.io/esp3d/v3.x/documentation/authentication/index.html

The current mechanism is basic but it is not the basic Auth - The login / password are send in POST then the FW keep tracking of the request of the IP and the Cookie generated by the IP and time. If no refresh between 3 min the cookie is revocate and need a new Login / password.
Because there is no support of http…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jb510
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
F.A.Q
Labels
2 participants
Converted from issue

This discussion was converted from issue #384 on April 09, 2024 00:20.