profile

Hi, I’m a creator

How to create Social Logins with ASP.NET Core

Published 12 months ago • 1 min read

Hello there,

Hope you are doing good.

Social Logins are a convenient way of logging in users into system. Users don't need to remember all the logins they have for different applications and can sign-on to multiple websites with a single set of credentials of an identity provider.

I mean, we all use Google and Facebook logins for our applications right?

In this week's newsletter I want to introduce to you some interesting concepts around these social logins and authentication in general.

I. Understanding OAuth, OpenID and JWT made easy - In this article, let's understand Authentication and Authorization and explore in detail about OAuth, OpenID and JWT - how they work. We will also look at some significant differences between these.

II. How to create Social Logins with ASP.NET Core - This article is a brief intro about how to create Social Logins with ASP.NET Core. We will design a simple flow and follow it up with Google Facebook logins.

I hope these articles will be useful to you.

Please do like on Facebook, we are nearing 2000 likes and your like means a lot.

I do regularly post my latest updates on Twitter, you can find me over there.

Have a great week.

Cheers

Ram


Extensive features, strong community support, comprehensive documentation, and vast ecosystem of libraries and tools make Angular a valuable skill to acquire for career growth in 2023.

Check out this most popular Angular course in Udemy at a HUGE DISCOUNT for a LIMITED PERIOD - Angular - The Complete Guide (2023 Edition) exclusive for our readers!

Hi, I’m a creator

Read more from Hi, I’m a creator

Hello there, Hope you are doing good. Token based Authentication is one of the most popular and widely used authentication and identity management systems used across the world. It is simple, easy to integrate and makes user experience better. Applications can decouple User Identity and Authentication layer to an externalized Authorization Server layer and delegate authentication to this server. You will only enter credentials at a centralized Identity Provider site and the application...

10 months ago • 2 min read

Hello there, Hope you are doing good. I wanted to share some interesting news to you. You want to add authentication to secure your resources, authorize access, implement CORS policies, enforce HTTPS, or even cache responses – you will add the respective built-in libraries to the web application. These are all exposed by the ASP.NET Core framework as Middleware – pieces of code blocks that are responsible for a single functionality. Announcing my new digital product - "How to work with...

10 months ago • 1 min read

Hello there, Hope you are doing good. This week, I want to introduce you to the 3 caching patterns that we generally use to implement Caching in our applications. We choose a caching pattern that best fits our application based on its behavior, business requirements and tolerance. The following are the 3 popular patterns used for caching in microservices. Cache-Aside The cache is lazy loaded with data only when needed and is not available in the cache. The microservice decides if the data...

11 months ago • 1 min read
Share this post