Rasel Hossain
Explore posts from serversKKinde
•Created by Rasel Hossain on 11/5/2024 in #💻┃support
Bulk update feature flag by user email.
ok @Claire_Kinde
4 replies
KKinde
•Created by Rasel Hossain on 10/22/2024 in #💻┃support
I redirect to the login page after my access token expires.
ok @Peteswah
22 replies
KKinde
•Created by Rasel Hossain on 10/22/2024 in #💻┃support
I redirect to the login page after my access token expires.
are you talking about withAuth(req). we are not using it.
22 replies
KKinde
•Created by Rasel Hossain on 10/22/2024 in #💻┃support
I redirect to the login page after my access token expires.
no problem @Claire_Kinde . take your time
22 replies
KKinde
•Created by Rasel Hossain on 10/22/2024 in #💻┃support
I redirect to the login page after my access token expires.
Hay @Peter (Kinde) it does not work
22 replies
KKinde
•Created by James on 5/28/2024 in #💻┃support
Kinde + tRPC + NextJS app router
Hi James, did you find any solutions? I am encountering the same issue; they did not write the blog correctly
7 replies
KKinde
•Created by Rasel Hossain on 10/22/2024 in #💻┃support
I redirect to the login page after my access token expires.
Protected Procedure :
22 replies
KKinde
•Created by Rasel Hossain on 10/22/2024 in #💻┃support
I redirect to the login page after my access token expires.
Hay @Peter (Kinde) . I've implemented it as you suggested, but I forgot to mention that I'm using TRPC for the API. Do I need to make any changes to the TRPC context? Below is a sample of my TRPC context and Protected procedure, as I'm encountering an error saying 'User is not authenticated' from the protected procedure
22 replies
KKinde
•Created by Rasel Hossain on 10/22/2024 in #💻┃support
I redirect to the login page after my access token expires.
Hello @Claire_Kinde after updating the Kinde npm version, I received the refreshTokens property from the getKindeServerSession(). However, I am facing a window refreshing issue. Below, I am writing the details about it.
We're using Kinde as the authentication provider in our application, which includes a quiz feature where users are not allowed to reload their tab during the quiz to prevent cheating. We are currently facing an issue with the refresh token.
I've limited the access token to 5 minutes in the Kinde admin dashboard. On the server side, I'm using the following code to refresh tokens:
On the client side, I am using the following code:
We are using the latest Next.js SDK from Kinde.
As mentioned earlier, when the quiz starts, users are not allowed to reload the window. If the window is reloaded, it could result in cheating, which we want to prevent. However, when refreshTokens() or getToken() is invoked, the page reloads to refresh the access token. Our requirement is to refresh the access token silently in the background without reloading the page.
We haven’t been able to find a solution to this issue yet. Could you please guide us on how to handle this scenario with Kinde?
22 replies
KKinde
•Created by Rasel Hossain on 10/22/2024 in #💻┃support
I redirect to the login page after my access token expires.
22 replies
KKinde
•Created by Rasel Hossain on 10/22/2024 in #💻┃support
I redirect to the login page after my access token expires.
22 replies
KKinde
•Created by Rasel Hossain on 10/22/2024 in #💻┃support
I redirect to the login page after my access token expires.
Could you please share some resources or documents about the implementation?
22 replies
KKinde
•Created by Rasel Hossain on 10/22/2024 in #💻┃support
I redirect to the login page after my access token expires.
I want to automatically refresh the access token behind the scenes, so users are not repeatedly redirected to the login page. My access token expires in one day.
22 replies