All Projects → ArcherTrister → LeXun.Security.OAuth

ArcherTrister / LeXun.Security.OAuth

Licence: Apache-2.0 license
用于 Asp.Net 和 Asp.Net Core 的OAuth2社交身份验证提供程序。支持支付宝,QQ,微信,百度等第三方登录

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to LeXun.Security.OAuth

Socialite
Socialite is an OAuth2 Authentication tool. It is inspired by laravel/socialite, you can easily use it without Laravel.
Stars: ✭ 1,026 (+5300%)
Mutual labels:  alipay, baidu, qq
Simple aspnet auth
Simple ASP.NET Authorisation boilerplate project. No EF, no database, no IdentityServer4 just a basic logging in system for both cookies and JWT and a controller with a set of examples.
Stars: ✭ 105 (+452.63%)
Mutual labels:  aspnetcore, aspnet
Aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
Stars: ✭ 10,061 (+52852.63%)
Mutual labels:  aspnetcore, aspnet
React Core Boilerplate
Powerful ASP.NET Core 3 templates with React, true server-side rendering and Docker support
Stars: ✭ 169 (+789.47%)
Mutual labels:  aspnetcore, aspnet
AspNetCore.Identity.RavenDB
RavenDB Storage Provider for ASP.NET Core Identity
Stars: ✭ 16 (-15.79%)
Mutual labels:  aspnetcore, aspnet
Aspnetcore Vue Starter
*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
Stars: ✭ 1,182 (+6121.05%)
Mutual labels:  aspnetcore, aspnet
Aspnet Api Versioning
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
Stars: ✭ 2,154 (+11236.84%)
Mutual labels:  aspnetcore, aspnet
Csla
A home for your business logic in any .NET application.
Stars: ✭ 865 (+4452.63%)
Mutual labels:  aspnetcore, aspnet
Identity.dapper
Identity package that uses Dapper instead EntityFramework for use with .NET Core
Stars: ✭ 234 (+1131.58%)
Mutual labels:  aspnetcore, aspnet
Blazortable
Blazor Table Component with Sorting, Paging and Filtering
Stars: ✭ 249 (+1210.53%)
Mutual labels:  aspnetcore, aspnet
Aspnetcore Vueclimiddleware
Helpers for building single-page applications on ASP.NET MVC Core using Vue Cli or Quasar Cli.
Stars: ✭ 253 (+1231.58%)
Mutual labels:  aspnetcore, aspnet
Server
The core infrastructure backend (API, database, Docker, etc).
Stars: ✭ 8,797 (+46200%)
Mutual labels:  aspnetcore, aspnet
Aspnetcore Vue
Sample setup on using asp.net core 2.1 + vue cli 3 in one project. This sample is deprecated and rolled into https://github.com/soukoku/AspNetCore.SpaServices.VueCli
Stars: ✭ 31 (+63.16%)
Mutual labels:  aspnetcore, aspnet
Aspnetcore.docs
Documentation for ASP.NET Core
Stars: ✭ 9,940 (+52215.79%)
Mutual labels:  aspnetcore, aspnet
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+4452.63%)
Mutual labels:  aspnetcore, aspnet
Aspnetcore Angular Universal
ASP.NET Core & Angular Universal advanced starter - PWA w/ server-side rendering for SEO, Bootstrap, i18n internationalization, TypeScript, unit testing, WebAPI REST setup, SignalR, Swagger docs, and more! By @TrilonIO
Stars: ✭ 1,455 (+7557.89%)
Mutual labels:  aspnetcore, aspnet
mpapi
🐤 小程序API兼容插件,一次编写,多端运行。支持:微信小程序、支付宝小程序、百度智能小程序、字节跳动小程序
Stars: ✭ 40 (+110.53%)
Mutual labels:  alipay, baidu
Dotvvm
Open source MVVM framework for Web Apps
Stars: ✭ 523 (+2652.63%)
Mutual labels:  aspnetcore, aspnet
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+35831.58%)
Mutual labels:  aspnetcore, aspnet
Aspnetcore.identity.mongodb
MongoDB Data Store Adaptor for ASP.NET Core Identity
Stars: ✭ 210 (+1005.26%)
Mutual labels:  aspnetcore, aspnet

LeXun.Security.OAuth

LeXun.Security.OAuth 是一组 安全中间件, 您可以在 ASP.NET Core ASP.NET Core应用程序中使用它来支持社交身份验证提供程序, 如 QQBaiduAlipay. 它直接受到 PinpointTownes 的倡议 AspNet.Security.OAuth.Providers

最新的正式版本可以在 NuGet 上找到

各个组件说明

组件名 说明 版本号
LeXun.Microsoft.AspNetCore.Security.Authentication.Alipay 用于.NET Core的支付宝 OAuth2.0登录 Latest version
LeXun.Microsoft.AspNetCore.Security.Authentication.Baidu 用于.NET Core的百度 OAuth2.0登录 Latest version
LeXun.Microsoft.AspNetCore.Security.Authentication.QQ 用于.NET Core的QQ OAuth2.0登录 Latest version
LeXun.Microsoft.AspNetCore.Security.Authentication.WeiChat 用于.NET Core的微信 OAuth2.0登录 Latest version
LeXun.Microsoft.Owin.Security.Baidu 用于.NET Framework的百度 OAuth2.0登录 Latest version
LeXun.Microsoft.Owin.Security.QQ 用于.NET Framework的QQ OAuth2.0登录 Latest version
LeXun.Microsoft.Owin.Security.WeiChat 用于.NET Framework的微信 OAuth2.0登录 Latest version

入门

有关使用ASP.NET Core MVC和支持多个外部提供程序的完整示例,请参阅 https://github.com/ArcherTrister/LeXun.Security.OAuth/tree/dev/samples/AspNetCore.Client

有关使用ASP.NET MVC和支持多个外部提供程序的完整示例,请参阅 https://github.com/ArcherTrister/LeXun.Security.OAuth/tree/dev/samples/Owin.Client

支持

需要帮助还是想分享您的想法? 不要犹豫,加入我们的Gitter或在StackOverflow上提出您的问题:

贡献者

LeXun.Security.OAuth由ArcherTrister积极维护。

执照

该项目根据 Apache许可证授权。 这意味着您可以自由使用,修改和分发它。有关详细信息,请参阅 http://www.apache.org/licenses/LICENSE-2.0.html for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].