Fix typo with quotes in security doc (#300)

This commit is contained in:
Dima Boger
2019-01-29 00:14:33 +03:00
committed by Cristi Vîjdea
parent 8e2228fe5f
commit 58e6dae548
+1 -1
View File
@@ -81,7 +81,7 @@ A very simple working configuration was provided by :ghuser:`Vigrond`, originall
'type': 'oauth2',
'authorizationUrl': '/yourapp/o/authorize',
'tokenUrl': '/yourapp/o/token/',
'flow": "accessCode',
'flow': 'accessCode',
'scopes': {
'read:groups': 'read groups',
}