Files
wiki-plugin-useraccesstokens/pages/about-useraccesstokens-plugin
Christian Galo 5ab210f2bf
Some checks failed
CI / build (20.x) (push) Has been cancelled
CI / build (22.x) (push) Has been cancelled
First working version
2025-06-21 01:01:55 -05:00

34 lines
1.5 KiB
Plaintext

{
"title": "About UserAccessTokens Plugin",
"story": [
{
"type": "paragraph",
"id": "03770af2dea78190",
"text": "The UserAccessTokens plugin allows users to create, manage, and revoke User Access Tokens for programmatic authentication with Federated Wiki. These tokens provide a secure way to authenticate API requests without requiring interactive login."
},
{
"type": "useraccesstokens",
"id": "76e9b31c71a6a853",
"text": "Create tokens for scripts, apps, or automated tools that need to interact with your wiki."
},
{
"type": "markdown",
"id": "263207b563ef6712",
"text": "**Using Your Tokens:**\n\nOnce you create a token, you can use it in API requests by including it in the Authorization header:\n\n```\nAuthorization: Bearer fwuat-your-token-here\n```\n\n**Security Notes:**\n\n• Store tokens securely - they won't be shown again after creation\n• Tokens are prefixed with `fwuat-` to identify them as User Access Tokens\n• Revoke tokens you no longer need\n• Set expiration dates for temporary access\n• Each token shows only the last 4 characters for identification"
}
],
"journal": [
{
"type": "create",
"item": {
"title": "About UserAccessTokens Plugin",
"story": [
{ "type": "paragraph", "id": "03770af2dea78190", "text": "Describe the plugin here." },
{ "type": "useraccesstokens", "id": "76e9b31c71a6a853" , "text":"SAMPLE Markup" }
]
},
"date": 1750459617960
}
]
}