(React/.NET) How to implement OAuth in a fullstack application? (my implementation in the description)

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • oidc-client-ts

    OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications

  • I generally use https://github.com/authts/oidc-client-ts which wires it up for you.

  • react-oidc-context

    Lightweight auth library based on oidc-client-ts for React single page applications (SPA). Support for hooks and higher-order components (HOC).

  • You can use this library. if you have SPA https://github.com/authts/react-oidc-context

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • next-auth

    Authentication for the Web.

  • use this if you have SSR. then use https://github.com/nextauthjs/next-auth

  • bff-auth0-dotnet

  • Yes, but not in IIS, Next.js runs on Node. You can implement the BFF pattern though in .NET (mentioned elsewhere: https://github.com/auth0-blog/bff-auth0-dotnet)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Auth with multi-domain/multi-tenantency in Nextjs?

    3 projects | /r/nextjs | 19 Jan 2023
  • Deploy Full-Stack Next.js T3App with Cognito and Prisma using AWS Lambda

    4 projects | dev.to | 15 Apr 2024
  • Type-Safe Fetch with Next.js, Strapi, and OpenAPI

    8 projects | dev.to | 2 Apr 2024
  • Laudspeaker hiring senior engineer to build open source customer engagement

    1 project | news.ycombinator.com | 27 Mar 2024
  • NextJs and Kysely

    5 projects | dev.to | 28 Dec 2023