1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-15 04:21:51 +00:00

tweaking docs loginTokeKey (#5733)

This commit is contained in:
silversword411 2024-01-25 11:18:14 -05:00 committed by GitHub
parent 18af676c22
commit b02541cd02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,17 +8,17 @@
## Software Integration Tokens ## Software Integration Tokens
!!!note !!!warning
You can only generate a SINGLE loginTokenKey! You can only have a SINGLE loginTokenKey for your meshcentral server!<br>
So if you regenerate a loginTokenKey, the old one will be revoked/deleted! So if you regenerate a loginTokenKey, the old one will be revoked/deleted!
You can generate the Login Token Key with the following: You can create/view the Login Token Key with the following:
```bash ```bash
node node_modules/meshcentral --loginTokenKey node node_modules/meshcentral --loginTokenKey
``` ```
You can then revoke/renew the Login Token Key with the following: You can then reset/revoke/renew the Login Token Key with the following to create a new one:
```bash ```bash
node node_modules/meshcentral --loginTokenKey --loginTokenGen node node_modules/meshcentral --loginTokenKey --loginTokenGen