'basic': return decoded = base64.b64decode(credentials).decode("ascii") except (ValueError, ... Error) as exc: raise AuthenticationError('Invalid basic auth ...
確定! 回上一頁