First working version
This commit is contained in:
@ -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": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user