© 2026 Hashnode
Introduction I recently worked on a project where I was responsible for the entire frontend, and authentication was handled through IdentityServer4. Initially, it was quite challenging because I had never integrated IdentityServer4 with the Next.js A...

Introduction GraphQL is a query language for APIs that allows clients to request the exact data they need. It is a powerful tool that can be used to create flexible and efficient APIs. Authentication is the process of verifying the identity of a user...
