Giter Site home page Giter Site logo

Comments (4)

Widcket avatar Widcket commented on July 22, 2024

Hi @lionhylra, thanks for raising this.

I'm unable to reproduce this issue; both error and success results are being delivered on the main thread. Which specific error are you triggering?

from auth0.swift.

lionhylra avatar lionhylra commented on July 22, 2024

I did web auth on a client who's authentication method is POST. This will trigger .pkceNotAllowed error, but the callback was executed on a background queue. As I mentioned in the issue description, it was this line of code:

return callback(.failure(WebAuthError(code: .pkceNotAllowed)))

from auth0.swift.

Widcket avatar Widcket commented on July 22, 2024

Thanks for the clarification. The long-standing convention on Apple plaftorms is to execute callbacks in whatever queue the last operation was executed. Following this, as you mentioned, we don't specify in our docs that the callbacks will be called in any specific queue. However, I agree that given the need to deal with UI updates shortly after in case of error, calling it on the main thread would improve the developer experience.

I don't have an ETA for this, but I'll leave this open for future planning and reference.

from auth0.swift.

Widcket avatar Widcket commented on July 22, 2024

Hi, given that:

  • Addressing this on the current major could lead to unnecessarily dispatching to the main queue twice (once by Auth0.swift, and then again by the current application code)
  • Even though always delivering the result on the main thread would improve DX, it's a nice-to-have
  • The current behavior follows a long-standing convention

We'll defer this improvement to the next (future) major. I've already made a note of this, so I'll go ahead and close this issue.

Thanks for bringing this to our attention!

from auth0.swift.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.