ApiFest OAuth 2.0 Server - API security. The ApiFest OAuth 2.0 Server Java implementation of OAuth 2.0 protocol
69
stars
44
forks
source link
Return redis connection to pool when registering scopes and updating client applications #68
Closed
apostolterziev closed 8 years ago
At present when using a redis token storage the redis connection is not returned to the driver pool. This causes connection leakage.