使用 Microsoft 登录时,accessTokenUrl 中的 scope 包含空格,导致后续的 uri 发生查询中第 xx 位出现非法字符的错误。
作者: w81481708创建于 2024年3月13日更新于 2025年5月15日
标签question
When using Microsoft Login to perform login, the scope part of the accessTokenUrl generated contains spaces and is not encoded, which causes the following error: Illegal character in query at index xxx. Is there a problem with the usage method, or is it a bug? Why is the scope parameter not encoded when generating the accessTokenUrl in the source code?
内容来源: justauth/JustAuth