README typos
This commit is contained in:
16
README.md
16
README.md
@ -60,7 +60,7 @@ Configure wiki `config.json`:
|
|||||||
|
|
||||||
```JSON
|
```JSON
|
||||||
{
|
{
|
||||||
"security_type": "wiki-security-composable",
|
"security_type": "composable",
|
||||||
"auth_provider": "wiki-security-friends",
|
"auth_provider": "wiki-security-friends",
|
||||||
"authz_enhancers": ["wiki-plugin-useraccesstokens"]
|
"authz_enhancers": ["wiki-plugin-useraccesstokens"]
|
||||||
}
|
}
|
||||||
@ -90,7 +90,7 @@ Configure wiki `config.json`:
|
|||||||
|
|
||||||
```JSON
|
```JSON
|
||||||
{
|
{
|
||||||
"security_type": "wiki-security-composable",
|
"security_type": "composable",
|
||||||
"auth_provider": "wiki-security-passportjs",
|
"auth_provider": "wiki-security-passportjs",
|
||||||
"authz_enhancers": [
|
"authz_enhancers": [
|
||||||
"wiki-plugin-useraccesstokens",
|
"wiki-plugin-useraccesstokens",
|
||||||
@ -112,7 +112,7 @@ Current setup:
|
|||||||
|
|
||||||
```JSON
|
```JSON
|
||||||
{
|
{
|
||||||
"security_type": "wiki-security-friends"
|
"security_type": "friends"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -120,7 +120,7 @@ Migrated setup (no functional change):
|
|||||||
|
|
||||||
```JSON
|
```JSON
|
||||||
{
|
{
|
||||||
"security_type": "wiki-security-composable",
|
"security_type": "composable",
|
||||||
"auth_provider": "wiki-security-friends"
|
"auth_provider": "wiki-security-friends"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -129,7 +129,7 @@ Enhanced setup (adds API tokens):
|
|||||||
|
|
||||||
```JSON
|
```JSON
|
||||||
{
|
{
|
||||||
"security_type": "wiki-security-composable",
|
"security_type": "composable",
|
||||||
"auth_provider": "wiki-security-friends",
|
"auth_provider": "wiki-security-friends",
|
||||||
"authz_enhancers": ["wiki-plugin-useraccesstokens"]
|
"authz_enhancers": ["wiki-plugin-useraccesstokens"]
|
||||||
}
|
}
|
||||||
@ -141,7 +141,7 @@ Current setup:
|
|||||||
|
|
||||||
```JSON
|
```JSON
|
||||||
{
|
{
|
||||||
"security_type": "wiki-security-passportjs",
|
"security_type": "passportjs",
|
||||||
"google_clientid": "...",
|
"google_clientid": "...",
|
||||||
"google_clientsecret": "..."
|
"google_clientsecret": "..."
|
||||||
}
|
}
|
||||||
@ -151,7 +151,7 @@ Migrated setup:
|
|||||||
|
|
||||||
```JSON
|
```JSON
|
||||||
{
|
{
|
||||||
"security_type": "wiki-security-composable",
|
"security_type": "composable",
|
||||||
"auth_provider": "wiki-security-passportjs",
|
"auth_provider": "wiki-security-passportjs",
|
||||||
"google_clientid": "...",
|
"google_clientid": "...",
|
||||||
"google_clientsecret": "..."
|
"google_clientsecret": "..."
|
||||||
@ -236,7 +236,7 @@ Then use it in configuration:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"security_type": "wiki-security-composable",
|
"security_type": "composable",
|
||||||
"auth_provider": "wiki-security-friends",
|
"auth_provider": "wiki-security-friends",
|
||||||
"authz_enhancers": ["wiki-plugin-myplugin"]
|
"authz_enhancers": ["wiki-plugin-myplugin"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user