Implementing OAuth2 Authentication in Django REST Framework with python-social-auth
Weibo Open Platform Setup
Register your application on the Weibo Open Platform to obtain API credentials. After completing developer verification, create a new application to receive your unique App Key and App Secret.
OAuth2.0 Configuration
During development, enable test mode to bypass official review:
Add test user accounts authorized to au ...
Posted on Mon, 06 Jul 2026 16:24:31 +0000 by Eclipse
Implementing Spring Security Password Flow in a Project
The overall framework is spring-cloud-alibaba-nacos + spring-security + jwt + redis.
Authorization Server
a. pom.xml for the Authorization Server
<!-- Spring Security, OAuth2, and JWT -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-oauth2</artifactId>
...
Posted on Thu, 18 Jun 2026 17:49:25 +0000 by tachekent
Linking WeChat Mini Program Users to Official Account OpenIDs
Due to WeChat's revocation of the unified message push interface for mini programs and official accounts, developers can no longer directly send official account messages to users via their mini program openIDs—even when both services are bound under the same entity in the WeChat Open Platform. To enable cross-platform messaging, it's now neces ...
Posted on Thu, 14 May 2026 11:38:11 +0000 by acirilo