Spring Boot starter for configurable API key authentication in Java services.
This Spring Boot starter provides configurable API key authentication for Java applications. It adds a request interceptor that checks the X-Api-Key header, supports static keys (or random keys for testing), and allows customization via beans; it's suited for simple internal APIs and testingβnote: the repository is no longer maintained.
0