Description Usage Arguments Value
get your user_token from https://your_wiki.js_url/graphql: copy the following codes to graphql and get the long jwt user_token: mutation authentication login ( username: "your username(email)" password: "your password" strategy: "local" ) jwt
1 | wikijsLogin(userToken, graphqlUrl, schemaUrl)
|
userToken |
user_token |
graphqlUrl |
wiki.js graphql url |
schemaUrl |
wiki.js graphql schema url |
the connect con
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.