Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前有一个快速应用程序,它使用 AppAuth 登录并授权对后端服务器的 API 调用。
我想开发第二个应用程序,但让它共享访问令牌:即,如果您已经登录到第一个应用程序,那么您不需要登录到第二个应用程序 - 它只是让您登录;反之亦然。
这可能吗?如果可以,涉及哪些步骤?我正在使用 Xcode 11.3.1 和 Swift 5