Vishal Chaurasia

Results 2 comments of Vishal Chaurasia

This is not the proper solution but for workaround i used window.location.reoload() way and managed my protected routes in middleware ``` const onSubmit: SubmitHandler = async (formData) => { try...

# Using `unstable_update` in NextAuth Beta You can use the `unstable_update` helper from NextAuth to update the session server-side. ## 1. Import `unstable_update` ```ts export const { handlers, signIn, signOut,...