skobow / apikey-authentication-spring-boot-starter

Spring boot starter to enable easy to use and configurable API key authentication for your Spring Boot project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how about dynamic api key

Zuckonit opened this issue · comments

how about dynamic api key? do we support?

You could implement your own ApiKeyVerificationHandler and add it as a spring bean to your context config. There you could implement anything you need. Feel free to fork this project and open a pull request with your changes. Contributions are appreciated! Thx for your input.

cool and thx. I will give my pr after my implement