Results 4 issues of Daniel Vartanov

When token is expired, there is no way to re-new it. A request to /oauth/access_token returns the same access token. An easy way to reproduce the bug: ``` Rack::OAuth2::Server.token_for(user.id.to_s, client.id.to_s,...

The last version `1.3.0` was released **in year 2010**, 6 years ago! People needed to pull down changes which were made since that. Please please please bump up and release...

Hi, I looked through the code and I wonder why do you use `Thread.exclusive` when dealing with the counter? My first concern is that Redis itself has awesome atomic operations...

Hi, I'm trying to adopt Rx.rb in one of my live projects, but I'm having hard time figuring out how to use it. Even after looking through tests it's hard...