Kevin Coleman

Results 46 comments of Kevin Coleman

@mikel Do you have any feedback for me about this PR?

I grabbed the source code and I did this in ObservableRecyclerView.java:227: ``` for (View v = this; v != null && v != parent; ) { ViewParent temp = v.getParent();...

@kfiroo What is blocking you from merging this in?

lodash and uri-parse https://nodesecurity.io/advisories/678 https://nodesecurity.io/advisories/577

looking at the code it looks like I need to create my own strategy and it figures out what klass to use for a grant type [based on camelized grant_type](https://github.com/doorkeeper-gem/doorkeeper/blob/master/lib/doorkeeper/request.rb#L27)....

@tute, its not so much a bug in doorkeeper in that, the draft spec wants this string to be the grant type: http://oauth.net/grant_type/assertion/saml/2.0/bearer But, the way doorkeeper is currently designed,...

https://tools.ietf.org/html/rfc7522 The draft is finalized.

When I implemented SAML, I used the [ruby-saml](https://github.com/onelogin/ruby-saml) gem and "manually" created the Doorkeeper tokens and returned them to the client. I didn't bother to try to add it to...

For ppl trying to get miniflare to work, you need to set the upstream value to the host's url (of your other app), this can be done either in `wrangler.toml`...