Reactjs – I'm using NextJs with Auth.Js version 5, How can I retrive the access_token upon sign in so as to make further API calls
Upon successfull sign in using custom credentials provider in the NextAuth.Js v5, obtaining the access_token to make further API calls is unsuccessful. Only a subset of the token is returned, apparently for increased security. But without the access_token, how am…