You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added `token` and `tokenFetcher` props to [Session](https://talkjs.com/docs/Reference/React_Native_SDK/Components/Session/). For more details on how to use JSON Web Token (JWT)-based authentication, see the [authentication documentation](https://talkjs.com/docs/Features/Security_Settings/Authentication/).
4
+
- Deprecated the `signature` prop on the [Session](https://talkjs.com/docs/Reference/React_Native_SDK/Components/Session/) component. Signature-based authentication continues to be supported indefinitely, but JWT-based authentication is recommended for new projects.
5
+
1
6
## v0.1.7
2
7
3
-
-Add`show` prop to `Popup`, that allows you to specify whether the popup should be shown or hidden.
8
+
-Added`show` prop to `Popup`, that allows you to specify whether the popup should be shown or hidden.
4
9
5
10
## v0.1.6
6
11
7
-
-Add`asGuest?: boolean` prop to `Chatbox`, `Inbox` and `Popup`
12
+
-Added`asGuest?: boolean` prop to `Chatbox`, `Inbox` and `Popup`.
0 commit comments