【发布时间】:2021-10-23 15:43:56
【问题描述】:
我正在使用基于react-oidc 包的AxaGuilDEv/react-oidc 使用oauth 登录。登录时调用的url默认有以下参数:client_id、redirect_uri、response_type、scope、state、code_challenge、code_challenge_method、response_mode。
我发现了如何向 url 添加更多参数,但我不知道如何删除 code_challenge 和 code_challenge_method 参数。
有没有办法在任何一个包中做到这一点?
【问题讨论】:
标签: reactjs oauth openid-connect react-oidc