tinode / ios

Tinodios: Tinode Messaging Client for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login token is not refreshed on loginToken

or-else opened this issue · comments

commented

@aforge

It looks like the authentication token returned by the server is saved to Keychain only in case of loginBasic. It's not updated when loginToken is used.

Correct. The logic of updating tokens was something that I left to implement for myself in the future.
But thanks for reminding.

This should take care of it: dc99da1