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