Fix typo with quotes in security doc (#300)
parent
8e2228fe5f
commit
58e6dae548
|
|
@ -81,7 +81,7 @@ A very simple working configuration was provided by :ghuser:`Vigrond`, originall
|
||||||
'type': 'oauth2',
|
'type': 'oauth2',
|
||||||
'authorizationUrl': '/yourapp/o/authorize',
|
'authorizationUrl': '/yourapp/o/authorize',
|
||||||
'tokenUrl': '/yourapp/o/token/',
|
'tokenUrl': '/yourapp/o/token/',
|
||||||
'flow": "accessCode',
|
'flow': 'accessCode',
|
||||||
'scopes': {
|
'scopes': {
|
||||||
'read:groups': 'read groups',
|
'read:groups': 'read groups',
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue