Building a User Login System with ASP .NET Core Identity

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • AspNet.Security.OAuth.Providers

    OAuth 2.0 social authentication providers for ASP.NET Core

  • It's fairly simple to add an OAuth provider if you need to. Microsoft provides support out of the box for four (Microsoft, Google, Twitter, Facebook), and provide a nice guide. Aside from this, you can implement your own integration or use a prebuilt integration this repo has a really nice selection. The buttons to authenticate with the provider(s) will appear on the login page automatically.

  • ASP.NET Core

    ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

  • ASP .NET Core Identity allows user storage providers to be swapped out, so that you can store your users anywhere. The bootstraped app is setup to use a local database on disk. It's fairly easy to swap over to a proper MS SQL server using Entity Framework by changing the connection string in the configuration file, however for anything else, you'll need to fall back on community maintained user stores or write your own. Microsoft does have a handy list of these storage providers though and a couple of decent pieces of documentation.

  • 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.

    InfluxDB logo
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 external IDP - issue redirecting to external provider from front-end

    2 projects | /r/csharp | 23 Dec 2022
  • Blazor Server Identity alternative?

    3 projects | /r/Blazor | 25 Sep 2022
  • 10 years of LanHUB - So what's next?

    4 projects | /r/lanparty | 31 Aug 2022
  • New to .NET, completely and utterly overwhelmed by Authentication

    5 projects | /r/dotnet | 29 Jul 2022
  • Microsoft's .NET Foundation under fire as resigning board member questions role

    3 projects | news.ycombinator.com | 5 Oct 2021