Hi there, is there a way I can create a refresh token with the user object just like drf_simple_jwt. In my project I'm authenticating users with social auth using google, once the user has been created, I would like to create a refresh token and access token for the user, how do I go about this
Hi there, is there a way I can create a refresh token with the user object just like drf_simple_jwt. In my project I'm authenticating users with social auth using google, once the user has been created, I would like to create a refresh token and access token for the user, how do I go about this