-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from brentru/add-securing-page
Add "Securing your Adafruit IO Account" to cookbook pages
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Securing your IO Account | ||
|
||
Your IO Account includes a secret API key. This key is private and should not be shared with anyone. | ||
|
||
But, a common pitfalls of the key is it may be accidentally shared by posted code on GitHub or social media. If anyone gains access to your key, **they will have access to your Adafruit IO account**. | ||
|
||
## I accidentially shared my key, what do I do now? | ||
|
||
You'll need to generate a new key. This process is simple, but not reversable. Once you generate a new key for your Adafruit IO account, | ||
all devices using the previous Adafruit IO key will need to be updated to the new key. | ||
|
||
|
||
To rengenerate your Adafruit IO Key: | ||
* Navigate to io.adafruit.com and log into your account. | ||
* Click the key icon on the header. | ||
* Click the "Regenerate Key" button and confirm the action. | ||
* The value of "Active Key" will change to a new key. Replace all instances of the previous key with the new one. |