我使用 nuxt auth 进行社交登录:
access_token_endpoint: 'https://****.**/social',
access_type: 'offline',
client_id: '688267128737845',
grant_type: 'authorization_code',
redirect_uri: 'http:localhost:3000/account/aanmelden',
response_type: 'code',
token_key: 'jwt',
userinfo_endpoint: false
代码有效,但是当/account/aanmelden
我添加反斜杠时,/account/aanmelden/
我无法再登录。
我在 Facebook 应用程序上添加了http://localhost:3000/account/aanmelden
和到我的 Valid OAuth Redirect URIs 选项。http://localhost:3000/account/aanmelden/
有谁知道会发生这种情况?