Mina Mikhail

Results 6 issues of Mina Mikhail

This pull request aims to resolve issue #123 for now. Instead of creating an abstraction, I included the [`json-jwt`](https://github.com/nov/json-jwt) library and conditionally use that to decode the token when the...

With the direct dependency on the [`ruby-jwt`](https://github.com/jwt/ruby-jwt) library, knock currently can't easily support Client Credentials Grants via Auth0. This is due to the fact that the `JWT` library only accepts...

It would be tremendously helpful to be able to query the number of items remaining in the queue when using the Sync API. The API endpoint for sync does deliver...

Added parameters to allow for form submit buttons to be disabled when maxLength is surpassed. These parameters can be ignored, in which case it will work exactly like the original.

The `LolDba::IndexFinder` was iterating over all subclasses of `ActiveRecord::Base`, including abstract classes that don't have backing tables in the DB (namely ActionText and ActionMailbox). This change simply omits classes without...