You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Base64 decoding in the implementation of Basic HTTP Authentication.
NodeMCU provides Base64 decoding through the encoder module
We should get rid of httpserver-b64decode.lua (too bad, at the time it was a pain in the ass to get it to work on NodeMCU's extreme memory constraints) and instead make the encoder module a requirement for HTTP Authentication. It should be much faster and use less memory.
The text was updated successfully, but these errors were encountered:
We use Base64 decoding in the implementation of Basic HTTP Authentication.
NodeMCU provides Base64 decoding through the encoder module
We should get rid of httpserver-b64decode.lua (too bad, at the time it was a pain in the ass to get it to work on NodeMCU's extreme memory constraints) and instead make the encoder module a requirement for HTTP Authentication. It should be much faster and use less memory.
The text was updated successfully, but these errors were encountered: