Git Product home page Git Product logo

Comments (3)

rlee1990 avatar rlee1990 commented on June 18, 2024 1

Thanks I will give it a try and let you know what happens.

from stream-feed-flutter.

rlee1990 avatar rlee1990 commented on June 18, 2024 1

I found the issue with that was happening I was using streamClient.user(newValue.uid).getOrCreate({name: newValue.name, gender: newValue.gender, photo: newValue.profileFile.url}); to create the token which was not creating the correct token I guess now I am using streamClient.createUserToken(streamUser.id); thanks

from stream-feed-flutter.

Nash0x7E2 avatar Nash0x7E2 commented on June 18, 2024

Hi! Thank you for filing this issue!

You are receiving this error because the user token generated from your backend does not match the user's ID on the frontend.

All tokens created on the backend should be generated using your application's secret and a user_id. As an example, you can enter your application's secret and a test user ID on our online generator to create a token then pass that to your application.

Online Generator: https://getstream.io/chat/docs/react/token_generator/

For more information on Stream's authentication using tokens, check out the following:

Hope this helps!

from stream-feed-flutter.

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.