Update Auth.elm deletion explanation

This commit is contained in:
Richard Feldman
2016-04-02 07:29:38 -07:00
parent ef7d030452
commit dc04de3720

View File

@@ -46,8 +46,9 @@ token =
"abcdef1234567890abcdef1234567890abcdef12" "abcdef1234567890abcdef1234567890abcdef12"
``` ```
*Note:* Auth.elm is in `.gitignore` to avoid accidentally checking in an API **Note:** Even for a token that has no permissions, good security habits are
secret. To be safe, you should [delete this token](https://github.com/settings/tokens) when the workshop is over. still important! `Auth.elm` is in `.gitignore` to avoid accidentally checking in
an API secret, and you should [delete this token](https://github.com/settings/tokens) when the workshop is over.
## Start with Part 1 ## Start with Part 1