Gergo Starostablog.starigeri.hu·Oct 17, 2024[How To] Authentication with IdentityServer4 and NextAuth v4 (Next.js App Router)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...Next.js
Lens Mutombolenscorpx.hashnode.dev·Oct 17, 2023Unlocking the Potential of Web APIs: A Deep Dive into .NET Core, GraphQL, Authentication, and CachingIntroduction 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...6 likes·68 readsGraphQL