Next-Auth
If you use T3 stack with the default auth settings and Oauth providers. does it auto refresh ? Or do you have to implement things for it?
6 Replies
you mean token refreshing for the providers?
yeah
its not, but its pretty simple to implement.
they have a guide here https://authjs.dev/guides/basics/refresh-token-rotation, you need to do some tweaking depending on your provider
alright
updated the link
alright