Seb
Explore posts from serversKKinde
•Created by Seb on 8/5/2024 in #💻┃support
Custom Properties not showing on Access Token or ID Token (Next.js)
I have created a new custom property , assigned it to be public, and also added it to the Access and ID Token customisation settings but the property never appears when console logging accessToken, idToken or User from @kinde-oss/kinde-auth-nextjs - what am I doing wrong?
Under User I can see a "properties" object which is empty. Both Access and ID Tokens don't have a "properties" object.
2 replies
CCConvex Community
•Created by Seb on 10/5/2023 in #support-community
Tips/advice on how to build an activity/updates feed for a multi-user app
We're building an internal CRM/Project Management tool for our team to use and we want full realtime support (hence why were looking at Convex) but we're curious about the best approach to build an activity/updates feed. I.e. if user A logs in and creates a new client or project, when user B logs in next they should see an indicator that there has been an update and they can click to show a feed which would show that user A created a client or project. User b can then dismiss/delete these notifications or mark them as read. Now user C logs in and they also see these updates and they remain unread. Likewise this would also work in realtime so if user A and user B are both logged in and user A creates a new client, user B should see it immediately and perhaps also a toast notification. I would love to see a tutorial on this kind of use case!
6 replies