Skip to content

使用 OIDC 协议登录失败? #403

Description

@Coger-yellow

使用托管页的情况下正常不声明使用OIDC 协议
import Guard AuthFlow().start { [weak self] code, message, userInfo in if code == 200 { // userInfo 为用户信息 } }
登录成功
但如果使用了OIDC 协议会失败
import Guard let flow = AuthFlow() flow.authProtocol = .EOIDC flow.start() { [weak self] code, message, userInfo in if code == 200 { // userInfo 为用户信息 } }

Image

且托管页获取验证码后,获取验证码按钮的倒计时无法看件显示空白

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions