Séni Gueye
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Activity overview
Latest activity by Séni Gueye-
Séni Gueye created an article,
Token Expiration/Refreshing - Feeds
We encourage Stream users to set up token expiration if their architecture allows it. It is part of application security best practices and can helps with complete use-case such as user deactivatio...
-
Séni Gueye created an article,
How can I filter activities from a feed based on a given activity field?
Stream's Feed API does not support filtering activities when retrieving a single feed (https://getstream.io/docs/adding_activities/?language=js#retrieving-activities). Feeds are built fo...
-
Séni Gueye created an article,
Feeds Permission Policies and JWT tokens
Enabling read/write permissions in a JWT token does not imply setting read/write permissions on a feed.Auth and permissions work differently server-side than on the front end. The backend is consid...
-
Séni Gueye created an article,
How do I retrieve unread messages? - Chat
There are two main approaches depending on your use case : Get unread counts on client level : [Getstream.io Unread documentation article] Retrieve unread count on user connection: Total u...