Tagged articles
9 articles
Page 1 of 1
Java Web Project
Java Web Project
Feb 12, 2025 · Backend Development

How to Connect DeepSeek LLM to a WeChat Public Account in 7 Steps

This step‑by‑step guide shows how to obtain a DeepSeek API key, set up an Alibaba Cloud ECS instance, configure the WeChat public platform, clone the open‑source COW project, edit its JSON configuration, and run the service so that a WeChat public account can interact with the DeepSeek large language model.

API keyBackend tutorialDeepSeek
0 likes · 12 min read
How to Connect DeepSeek LLM to a WeChat Public Account in 7 Steps
Architect
Architect
Feb 13, 2024 · Information Security

Implementing API Key Authentication in Spring Security for REST APIs

This tutorial explains how to secure a Spring Boot REST API using API key authentication, covering the addition of Maven dependencies, creating a custom filter, extending AbstractAuthenticationToken, configuring the security filter chain, and testing the protected endpoint with curl commands.

API keyREST APIjava
0 likes · 8 min read
Implementing API Key Authentication in Spring Security for REST APIs
Architect's Guide
Architect's Guide
Jul 17, 2023 · Information Security

Implementing API Key Authentication in Spring Security for REST APIs

This tutorial explains how to secure a Spring Boot REST API using API‑key authentication by adding the necessary Maven dependency, creating a custom filter, extending AbstractAuthenticationToken, configuring Spring Security, implementing a controller, and testing the endpoint with and without the API key.

API keyAuthenticationREST API
0 likes · 9 min read
Implementing API Key Authentication in Spring Security for REST APIs
Architect
Architect
Jul 2, 2023 · Information Security

Implementing API Key Authentication in Spring Security for REST APIs

This tutorial explains how to secure a Spring Boot REST API using API key authentication, covering the addition of Maven dependencies, creating a custom filter, extending authentication tokens, configuring the security filter chain, and testing the protected endpoint with curl.

API keyREST APIjava
0 likes · 9 min read
Implementing API Key Authentication in Spring Security for REST APIs
TAL Education Technology
TAL Education Technology
Sep 23, 2022 · Backend Development

Embedding Grafana Monitoring in Backend with API Key, Anonymous Login, and Cookie Methods

This guide explains how to embed Grafana monitoring pages into a backend system and compares three authentication approaches—anonymous login, API‑key based login, and cookie‑based simulated login—providing configuration examples, curl commands, Nginx settings, and JavaScript tweaks to improve the user experience.

API keyBackend IntegrationGrafana
0 likes · 10 min read
Embedding Grafana Monitoring in Backend with API Key, Anonymous Login, and Cookie Methods