Everything is working fine till yesterday. But Today while login through api I am getting an exception while creating token. Exception is : Replicating claims as headers is deprecated and will removed from v4.0. Please manually set the header if you need it replicated.
I don't know where things go wrong. If you have any solution it will really appreciate it, Thanks.
code for creating token : $user->createToken('fullaccess')->accessToken;