Yneth
Yneth
@KingMob for some reason stats are not disposed. My fix was to implement Pool without stats at all. Unfortunately I do not have much time but I'll try to check...
@KingMob no, but I am sure that it gives problems. My fix was to create custom pool implementation without metrics, those that are using Reservoir. It is a bit hard...
@KingMob I guess giving a possibility to specify the whole pool would be nice, but it would require making `(create-connection` function public. Not sure if it is ok to expose...
will send an update later today
gentlemen excuse for the late response. Regarding PR, I do not like it. Almost everything I've been thinking of is not very user friendly. Regarding dirigiste, I personally think it...
factory method of pool is dependant on local variables of the API method, as well as some private functions. Of course there should be an opportunity to override, but in...
@rborer @ivarref any updates?
@ivarref that helped, thanks!
@jgrandja another example would be creation of the user session entity before `OAuth2AuthorizationCodeAuthenticationProvider` or `OAuth2RefreshTokenAuthenticationProvider`. such that you would be able to include created `sessionId` to the `accessToken` claims
@jgrandja I guess it would be better to have explicit hooks for specific parts of authentication flow. Check auth0 for example.