Laravel passport generate access token for non authenticated users -
basically have api /mobileapp/register calls controller register customer on system. trying use laravel passport generate access token non authenticated user cannot understand how work. need allow /mobileapp/register accessed securely whether using access token or secure. how can achieve this?
Comments
Post a Comment