HTTP Basic authentication #218
Answered
by
miguelgrinberg
silverleaf21
asked this question in
Q&A
|
Hi, is it currently possible on micropython (microdot 2.0.5 via pypi) to setup Basic HTTP Authentication for a MicroDot-Sever? If yes, how would I do it? Thanks! |
Answered by
miguelgrinberg
Mar 20, 2024
Replies: 1 comment 5 replies
|
Updated answer as of 2025: support for Basic and Token authentication is now available. There is also support for cookie-based logins. Original answer: There is no high-level support for Basic auth in the current release. This is actually a work in progress right now, I'll be adding that soon: #217 |
5 replies
Answer selected by
silverleaf21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated answer as of 2025: support for Basic and Token authentication is now available. There is also support for cookie-based logins.
Original answer: There is no high-level support for Basic auth in the current release. This is actually a work in progress right now, I'll be adding that soon: #217