My journey as a programmer
While learning the basics of GraphQL, I used Apollo Client for the frontend and Laravel Lighthouse for the backend. I created a demo project that includes client-server interaction, authorization implementation, and photo upload functionality. This project showcases my skills and understanding of working with GraphQL
The article examines the use of Laravel Sanctum for implementing authentication using access and refresh tokens. It describes how to set up Sanctum, generate tokens, refresh them, and ensure API security. Practical examples are also provided for better understanding.