GithubHelp home page GithubHelp logo

Comments (12)

izderadicka avatar izderadicka commented on September 27, 2024

Fix pushed to master

from audioserve.

izderadicka avatar izderadicka commented on September 27, 2024

@KodeStar pls update here if it is working for you.

from audioserve.

KodeStar avatar KodeStar commented on September 27, 2024

I’ve not tried it yet, been busy trying to add features and fix bugs, will try to build from master later today or tomorrow

from audioserve.

KodeStar avatar KodeStar commented on September 27, 2024

Any chance you could put out a release with this change in it? It will be much easier for me to test.

from audioserve.

izderadicka avatar izderadicka commented on September 27, 2024

@KodeStar - released latest master as v0.15.6. Can you confirm that CORS preflight is now working?

from audioserve.

KodeStar avatar KodeStar commented on September 27, 2024

I think we have a success, it's not complaining about cors any longer, now I just have to work out why what I'm trying to send isn't working :)

from audioserve.

KodeStar avatar KodeStar commented on September 27, 2024

Would it be possible to send the audioserve_token as a custom header instead of a cookie? The issue is, because the server and the frontend aren't on the same address it wont let me set the cookie. So all my subsequent requests to endpoints fail.

edit Nvm, I looked through the auth.rs code and realised it could be sent via an Authorization bearer token!

from audioserve.

izderadicka avatar izderadicka commented on September 27, 2024

@KodeStar,
Yes you can use Bearer token as well as cookie. In browser you can you send cookie even to different host (if it was setup by that host). I'm using it in development of default client (as it is convenient and you don't have manage the header yourself). Just need to add this option to XHR withCredentials: true - see https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials

from audioserve.

KodeStar avatar KodeStar commented on September 27, 2024

I was originally using axios and passing withCredentials: true but it didn't help, I have since got rid of axios and am just using fetch, I haven't tried it with that since I got it working by passing the bearer. However, when I tried it with axios I got this error in the browser https://imgur.com/Oa3C4go

This attempt to set a cookie via a Set-Cookie header was blocked because it had the "SameSite=Lax" attribute but came from a cross-site response which was not the response to a top-level navigation.

from audioserve.

izderadicka avatar izderadicka commented on September 27, 2024

@ Kodestar Hmm, this make sense - our cookie is now SameSite: Lax so it depends how login is initiated in browser. Problem is mainly for development, cause normally then client files and API are served from same location in production.
As I said it works for me now in FF for current client - probably the way login is initiated suits definition of "top-level navigation".

Anyhow if bearer token working for you it's good solution, as this will in both development and production set up. If there are still issues with CORS let me know, otherwise I think we can close this issue.

from audioserve.

KodeStar avatar KodeStar commented on September 27, 2024

Agreed :)

from audioserve.

izderadicka avatar izderadicka commented on September 27, 2024

CORS Headers looks working OK. However still some change needs to be done on cookie - created new issue fo this #64

from audioserve.

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.