1
0
Fork 0

Doc - Typo: whish -> wish

This commit is contained in:
Simran 2019-05-06 13:16:04 +02:00 committed by GitHub
parent c6de2ed20f
commit 207850e04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ _Note_: It is only possible to generate this JWT token with the knowledge of the
For your convenience it is possible to generate this token via the [ArangoDB starter CLI](../../Manual/Programs/Starter/Security.html#using-authentication-tokens). For your convenience it is possible to generate this token via the [ArangoDB starter CLI](../../Manual/Programs/Starter/Security.html#using-authentication-tokens).
Should you whish to generate the JWT token yourself with a tool of your choice, you need to include the correct body. Should you wish to generate the JWT token yourself with a tool of your choice, you need to include the correct body.
The body must contain the _iss_ field with string value `arangodb` and the `server_id` field with an arbitrary string identifier: The body must contain the _iss_ field with string value `arangodb` and the `server_id` field with an arbitrary string identifier:
```json ```json