Authentication token generation WIP (#98)
You can now generate links to join chatrooms with your current user. This can be used to create Docks in OBS for example. This could also be used to generate authentication token to join the chat from 3rd party tools.
This commit is contained in:
8
client/@types/global.d.ts
vendored
8
client/@types/global.d.ts
vendored
@ -113,3 +113,11 @@ declare const LOC_LOADING_ERROR: string
|
||||
|
||||
declare const LOC_SHARE_CHAT_EMBED: string
|
||||
declare const LOC_SHARE_CHAT_PEERTUBE_TIPS: string
|
||||
declare const LOC_SHARE_CHAT_DOCK: string
|
||||
declare const LOC_SHARE_CHAT_DOCK_TIPS: string
|
||||
declare const LOC_TOKEN_LABEL: string
|
||||
declare const LOC_TOKEN_JID: string
|
||||
declare const LOC_TOKEN_PASSWORD: string
|
||||
declare const LOC_TOKEN_ACTION_CREATE: string
|
||||
declare const LOC_TOKEN_ACTION_REVOKE: string
|
||||
declare const LOC_TOKEN_DEFAULT_LABEL: string
|
||||
|
Reference in New Issue
Block a user