How do you handle credentials for a console app?

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

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
  • microsoft-authentication-library-for-dotnet

    Microsoft Authentication Library (MSAL) for .NET

  • In your console app code when you initialize the MSAL client app ( IConfidentialClientApplication ) one of its properties is the token cache (AppTokenCache and UserTokenCache) which handles all the token management stuff like using the refresh token for you when you call the AcquireTokenForClient method. Read more here

  • 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

  • How do you run e2e tests on any application running MSAL auth?

    1 project | /r/azuredevops | 27 Jul 2022
  • Roundup of .NET MAUI - Week of July 4, 2022

    15 projects | dev.to | 10 Jul 2022
  • Microsoft.IdentityModel.Clients.ActiveDirectory (Nuget Question)

    1 project | /r/csharp | 12 Feb 2022
  • Refreshing the JWT token, inside DelegatingHandler. Do I need separate HttpClient?

    1 project | /r/xamarindevelopers | 16 Nov 2021
  • REST API Authentication for Web App - Best practices

    1 project | /r/AZURE | 8 Feb 2021