Johnunstacked.net·Jan 20, 2025Setting Up a Mock OAuth2/OIDC Server with IdentityServer4 and DockerThe Soluto Github organisation has wrapped up IdentityServer4 in a docker image which can be used to provide an OAuth2 and OIDC standards compliant server for development and testing scenarios. oidc-server-mock Getting Started The following docker ...IdentityServer4
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...44 readsNext.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·74 readsGraphQL