Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace httpserver-b64decode.lua with encoder module #101

Open
marcoskirsch opened this issue Jul 3, 2017 · 0 comments
Open

Replace httpserver-b64decode.lua with encoder module #101

marcoskirsch opened this issue Jul 3, 2017 · 0 comments

Comments

@marcoskirsch
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant