【发布时间】:2020-02-03 03:08:11
【问题描述】:
我正在使用 react-native-auth0 版本 1.6.0,并且一直遵循 Github page here 上的指南。在 "Web Authentication" -> "Log In" 部分中,建议仅将 scope 和 audience 传递给 auth0.webAuth.authorize() 方法。但是,我还看到this documentation 在“数据库/AD/LDAP”部分中他们说response_type、client_id 和redirect_uri 都是必需的。
我想知道的:
first 和 second 指南中 auth0.webAuth.authorize() 遵循的协议有什么区别?我应该遵循哪个?
【问题讨论】:
标签: reactjs react-native auth0