talkjs / talkjs-flutter

Flutter SDK for the TalkJS Chat API
https://talkjs.com
BSD 3-Clause "New" or "Revised" License
9 stars 14 forks source link

Implemented "token" property for Session #60

Closed bugnano closed 5 months ago

bugnano commented 5 months ago

See https://talkjs.slack.com/archives/C05N5AYM353/p1717684182658149 for more details.

This PR implements the token and tokenFetcher properties for the Session.

tokenFetcher works in the following way (See webview_common.dart):

Note that this still needs testing.