Update Auth.elm deletion explanation
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user