aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k stars 869 forks source link

Can I use External Logins with JWT approach but without Identity stack? #1935

Closed alexsandro-xpt closed 6 years ago

alexsandro-xpt commented 6 years ago

I'm would like to setup my JWT ASPNet Core with Facebook External Login but a don't like to install all Identity stack dependence at my project.

Can I do that? How?

blowdart commented 6 years ago

This issue was moved to aspnet/Security#1845