Replies: 3 comments 3 replies
-
在 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我查到的好像 是 使用隐藏式 授权,这种不是很保险,想要考虑 令牌式的授权,有什么建议吗? |
Beta Was this translation helpful? Give feedback.
2 replies
-
@dingdayu 对应的后端项目在哪啊? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
这里不讨论 OAuth2 的授权流程,仅讨论授权完成后,如何为VBen 颁发 AccessToken .
比如点击 登录页面的 三方登录 Icon Button 后 openWindow 一个 URL 进行后端跳转,后端完成授权后会再次跳转到一个地方(通常跳转为 / 首页,同登录完成后的动作),请教这次跳转 如何颁发 Token?以接入现有的 账户密码登录的 Token。
Beta Was this translation helpful? Give feedback.
All reactions