Why JWT is called authentication

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • ASP.NET Core

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

  • When a User successfully authenticates against an API, the claims from his token are extracted into an asp.net list of claims. Then a ClaimsIdentity object is created, which contains these claims. You can imagine the ClaimsIdentity object as a person's personal physical folder with sensitive documents.For example you can have a folder for documents used for passing a border (passport etc.) - this is one ClaimsIdentity.You can have a folder which contains driving documents (vehicle documents, driving licenses etc.). And a User of type ClaimsPrincipal can have one or more ClaimsIdentity-es. This ClaimsPrincipal object is used mainly in the context of Controllers, Authorization policies and different middlewares, for reading token information or checking for login status, for example.

  • 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