Ciaran Jessup
Ciaran Jessup
Based on top of the work done by @cwholt further fixes and an implementation of the aggregation method support, so now when aggregating to lower precision archives 'max, min, sum,...
It would be nice to construct strategies once, allowing for options to be passed for one time constructs, such as routes. Currently the routes are pretty static and we're creating...
When a user becomes authenticated or logs out, it would be nice to be able to fire event handlers.
it would be cool to auto-refresh yahoo's oauth tokens if the session remains valid (setTimeout ? )
'Scopes' are only partially supported at the minute, the strategies currently have no notion of what scope they're running under.
Where appropriate, create automatically an /auth/foo route for each strategy type.
Complete the strategy, support qop and cnonces, finally figure out the quoting rules.
Currently the api spawns a new connection for each api/feed request. It would probably be nicer to re-use connections where possible, however this perhaps should be the responsibility of the...
Hi! Cool project, hopefully just a quick question. I've got an App that uses OIDC Implicit flow to authenticate, which means it redirects to an IdentityProvider and re-directs back to...
As mentioned in https://github.com/etsy/statsd/issues/394 - Can be useful where you have multiple statsd servers all interested in the same statsd emitted metrics.