Tags: Programming
All the articles with the tag Programming.
No front-end required, 2 APIs implement OAuth authentication
Published at at 03:34 PMI've seen too many OAuth flows designed by developers, and many of them actually require frontend involvement. Rendering the frontend page itself is already a complex process, yet they still repeatedly render pages, resulting in extremely poor performance, poor readability, and a waste of manpower. I really can't stand it anymore.
How to modify code with code
Published at at 09:24 AM at 11:30 AMThe use cases include the most common tool scenarios, such as automatically inserting some logical code or batch modifying the same code logic, and so on.