Navin

Results 3 issues of Navin

``` class Animal extend Behaves implements :method_one end class Dog extend Behaves behaves_like Animal def method_1 "hello" end end ``` When we do this: ``` dog = Dog.new dog.behaves_like #...

feature request
help wanted
good first issue

So basically, on Hydra if the refresh token is already used to request for a new set of tokens, that refresh token is invalidated and can't be used to request...

breaking change
package/oauth2
rfc

## Issue report **Question 1: What is the problem?** - What is the expected behavior? We expect Passenger to shut down gracefully. - What is the actual behavior? Passenger is...