Sfoglia il codice sorgente

Update tokens.md

Renames 'issuer' to 'iss'
master
Paweł Domas 9 anni fa
parent
commit
f46110fc9d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      doc/tokens.md

+ 1
- 1
doc/tokens.md Vedi File

15
 ### Token structure
15
 ### Token structure
16
 
16
 
17
 The following JWT claims are used in authentication token:
17
 The following JWT claims are used in authentication token:
18
-- 'issuer' specifies *application ID* which identifies the client app connecting to the server
18
+- 'iss' specifies *application ID* which identifies the client app connecting to the server
19
 - 'room' contains the name of the room for which the token has been allocated. This is *NOT* full MUC room address. Example assuming that we have full MUC 'conference1@muc.server.net' then 'conference1' should be used here.
19
 - 'room' contains the name of the room for which the token has been allocated. This is *NOT* full MUC room address. Example assuming that we have full MUC 'conference1@muc.server.net' then 'conference1' should be used here.
20
 - 'exp' token expiration timstamp as defined in the RFC
20
 - 'exp' token expiration timstamp as defined in the RFC
21
 
21
 

Loading…
Annulla
Salva