We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ac607 commit 7ef223eCopy full SHA for 7ef223e
oauth2_provider/validators.py
@@ -3,7 +3,7 @@
3
4
def validate_uris(value):
5
"""
6
- TODO: add docs
+ This validator ensures that `value` contains valid blank-separated urls"
7
8
v = URLValidator()
9
for uri in value.split():
0 commit comments