Commit dcf83da
authored
provide better snippet for secret token generation (#1576)
While the previous snippet wasn't necessarily bad, it used
uuid4 for something it isn't intended to. Python 3 provides
a cryptographically secure token generator, so let's tell
our users to use that instead.1 parent 212e2a6 commit dcf83da
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
0 commit comments