Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LiveSession and Hooks support #20

Open
RodolfoSilva opened this issue Dec 16, 2023 · 4 comments
Open

LiveSession and Hooks support #20

RodolfoSilva opened this issue Dec 16, 2023 · 4 comments

Comments

@RodolfoSilva
Copy link

Hi @hansihe, thanks for bringing LiveData to life.

I want to know the best way to handle authentication with LiveData?

Do you have any plan to support something like attach_hook and live_session?

@hansihe
Copy link
Owner

hansihe commented Dec 17, 2023

Yep, this is indeed within scope for the library, but will likely be addressed after the fundamentals are worked on a bit more and rare more solid.

@RodolfoSilva
Copy link
Author

I'm currently trying to add this functionality to my project.

@RodolfoSilva
Copy link
Author

My plan is to use LiveData with Flutter Mirai library.

@hansihe
Copy link
Owner

hansihe commented Dec 17, 2023

That library looks very cool!

You can pass parameters when opening the livedata, the server side will receive that when mounting. That could be used to pass an auth token or whatever.

As of today there is no support for live sessions or hooks.

@RodolfoSilva RodolfoSilva changed the title Authentication LiveSession and Hooks support Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants