ConnectyCube / connectycube-flutter-samples

Code samples for Flutter, based on ConnectyCube platform
https://developers.connectycube.com/flutter/
Apache License 2.0
85 stars 90 forks source link

How to keep login forever #133

Open beheobong opened 2 years ago

beheobong commented 2 years ago

Specify the sample to which the issue belongs (use [x]): [x ] Chat sample [x ] P2P Call sample [x ] Conference Call sample

Platform (use [x]) [ x] Android [x ] iOS

Device info Manufacture: Model: OS version:

Describe the bug: login first and not logout => how to keep user, session, connect when open app second not require login

TatankaConCube commented 2 years ago

What do you mean? Do you need an endless token? Our Server API doesn't support this feature. About the Chat connection - the XMPP protocol requires flow with the login step and we can't avoid it. You can save the required for login data and use it for the next logins to the app as we do in our samples.

beheobong commented 2 years ago

I want using the same as authen token and refresh token in normal server.