Improved
FileFeeds SDK updated to v0.5.0
over 1 year ago by ReadMe API
The FileFeeds SDK has been upgraded to support session tokens!
- Support for session_token as an initialization and launch parameter. When a session_token from an existing, valid session is passed along with a corresponding JWT, the session will be resumed. The session_token will be included in the init_succeeded and saved event data payloads, and the session_id will no longer be returned.
- By default, OneSchema will automatically save the session_token and resume the session if it was not closed through normal means (e.g., browser closing or refreshing). However, the session will not resume if the user cancels it or if it ends.