Tag

API key

0 views collected around this technical thread.

Architecture & Thinking
Architecture & Thinking
Feb 27, 2025 · Artificial Intelligence

How to Seamlessly Integrate DeepSeek AI into VSCode with the Cline Plugin

This step‑by‑step guide shows you how to obtain a DeepSeek API key, install VSCode and the open‑source Cline extension, configure the plugin to connect to DeepSeek, and use AI‑powered code assistance while covering common pitfalls and alternative models.

AI integrationAPI keyCline
0 likes · 6 min read
How to Seamlessly Integrate DeepSeek AI into VSCode with the Cline Plugin
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 keyAuthenticationJava
0 likes · 8 min read
Implementing API Key Authentication in Spring Security for REST APIs
Java Architect Essentials
Java Architect Essentials
Jul 19, 2023 · Information Security

Implementing API Key Authentication in Spring Security for REST APIs

This tutorial explains how to secure REST APIs by implementing API‑key based authentication using Spring Security, covering the necessary Maven dependencies, custom filter creation, token handling, security configuration, controller setup, and testing with curl commands.

API keyAuthenticationJava
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 keyAuthenticationJava
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 keyAuthenticationJava
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 keyAuthenticationBackend Integration
0 likes · 10 min read
Embedding Grafana Monitoring in Backend with API Key, Anonymous Login, and Cookie Methods