Fix typo with quotes in security doc (#300)
This commit is contained in:
committed by
Cristi Vîjdea
parent
8e2228fe5f
commit
58e6dae548
+1
-1
@@ -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',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user