Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support on sso authorize and auto_login #53

Merged
merged 3 commits into from
May 15, 2024
Merged

feat: support on sso authorize and auto_login #53

merged 3 commits into from
May 15, 2024

Conversation

wzxha
Copy link
Contributor

@wzxha wzxha commented May 13, 2024

本次更新内容:

  1. 支持 SSO 授权,即可以在应用内唤起 h5 授权(使 SDK 在 visionOS 变得真正可用),新增 Credentials: .sso,另外原本的 .pkce.server 在无客户端的情况下会自动调用 sso 授权。
  2. 支持 auto_login,即静默授权,在 h5 授权上表现为唤起容器,然后马上关闭,无需点击允许。
  3. 唤端链接由之前的 smartdrive:// 改为 UniversalLink,更安全的同时无需再在 Info.plist-Queried URL Schemes 添加 smartdrive。

This was linked to issues May 13, 2024
@wzxha wzxha changed the title feat: support on sso authorize && auto_login feat: support on sso authorize and auto_login May 13, 2024
@wzxha wzxha merged commit eb63af8 into main May 15, 2024
4 checks passed
@wzxha wzxha deleted the feat/sso-auth branch May 15, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

支持静默授权 新增授权方式:h5 授权
1 participant