mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fleet Desktop device tokens (#32615)
- Update language and link to the library Fleet uses: https://pkg.go.dev/github.com/google/uuid#NewRandom
This commit is contained in:
parent
33a15831c0
commit
c389de4ce9
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ Requests sent by Fleet Desktop and the web page that opens when clicking on the
|
|||
|
||||
The server uses this token to authenticate requests that give host information. Fleet uses the following methods to secure access to this information.
|
||||
|
||||
Brute-forcing this UUID would take longer than the universe has existed, even with the fastest computers imaginable.
|
||||
Successfully brute-forcing this UUID is about [as likely as you getting hit by a meteorite this year](https://pkg.go.dev/github.com/google/uuid#NewRandom).
|
||||
|
||||
**Rate limiting**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue