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

wifi authentication #154

Closed
robertoimai opened this issue Jul 9, 2014 · 2 comments
Closed

wifi authentication #154

robertoimai opened this issue Jul 9, 2014 · 2 comments

Comments

@robertoimai
Copy link
Member

We need basic authentication to provide an extra layer of security

@robertoimai
Copy link
Member Author

I have implemented HTTP basic authentication again, but this time I leveraged the Stream class that the Arduino team included a while ago.
Usage:
ReefAngel.Network.WifiAuthentication("username:password");
Max length is 50 characters
This line goes in setup() section

@robertoimai
Copy link
Member Author

added in this commit: fb9a218

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

No branches or pull requests

1 participant