Closed
Description
This would be useful in real-world workloads where clients are registered and maintained at runtime, without restarting server.
In fact, I've implemented it as I'm evaluating new spring authorization server in my (not-yet-production) projects. It follows userdetails.jdbc.JdbcDaoImpl
implementation and only uses Spring JdbcTemplate
.
If there are no objections, I would be happy to submit pull request when right time comes.
Current implementation: https://github.com/rlewczuk/spring-authorization-server/tree/gh-265-jdbc-client-repository