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