Introduction
Netnr.Login Taobao (Tmall) Login is a third-party login interface example from NET牛人 for integrating Taobao Open Platform OAuth 2.0 authorization.
## Project
Project address:
- https://github.com/netnr/Netnr.Login
- https://github.com/netnr/np
Access address:
- http://console.open.taobao.com/
Help documentation:
- https://open.taobao.com/doc.htm?docId=102635&docType=1
## Steps
### authorize
Interface:
- https://oauth.taobao.com/authorize
Get user authorization, that is, the page redirects to the Taobao login interface. Use a GET request to obtain `code`.
### access_token
Interface:
- https://oauth.taobao.com/token
Use `code` to obtain `open_uid` and `access_token`. Use a POST request. `open_uid` is the unique ticket, and `access_token` can be used with other APIs to query user information.
## Usage
```powershell
Install-Package Netnr.Login
```
Refer to the sample code provided in the project address.
Taobao loginTmall loginOAuth 2.0Third-party loginUser authorizationAccess token.NET package
Screenshots

Deployment
NuGet(Install-Package Netnr.Login)
适用于在 .NET 项目中通过官方给出的 Install-Package 方式集成淘宝(天猫)第三方登录接口,并参考项目示例代码完成接入。
Details
Type Commercial software
Last verified 2026-07-30
Ad slot 300 × 250 Ad
About the data
Stars / commit times sync automatically from the GitHub API; pricing and features are human-verified.