We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When we load a session client side, we should refresh the session if there are fewer than 29 days remaining.
Note that this will be a client-side activated procedure because we cannot set cookies while rendering in Next.js
We can also add this logic to the middleware authenticatedProcedureBuilder --ensure this only runs on POST requests
The text was updated successfully, but these errors were encountered:
owens1127
Successfully merging a pull request may close this issue.
When we load a session client side, we should refresh the session if there are fewer than 29 days remaining.
Note that this will be a client-side activated procedure because we cannot set cookies while rendering in Next.js
We can also add this logic to the middleware authenticatedProcedureBuilder --ensure this only runs on POST requests
The text was updated successfully, but these errors were encountered: