First working version
Some checks failed
CI / build (20.x) (push) Has been cancelled
CI / build (22.x) (push) Has been cancelled

This commit is contained in:
2025-06-21 01:01:55 -05:00
parent d961cbb51d
commit 5ab210f2bf
7 changed files with 1232 additions and 15 deletions

View File

@ -1,8 +1,21 @@
{
"title": "About UserAccessTokens Plugin",
"story": [
{ "type": "paragraph", "id": "03770af2dea78190", "text": "Describe the plugin here." },
{ "type": "useraccesstokens", "id": "76e9b31c71a6a853", "text": "SAMPLE Markup" }
{
"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": [
{