Nikita Bulai

Results 147 comments of Nikita Bulai

Hi @cmitz . I don't sure I understand your problem Doorkeeper::JWT generate a JWT token that is stored then in the database. `doorkeeper_authorize!` retrieves the token from the request, finds...

> I recall getting an error that acceptable? was not a function defined for String. So somewhere in the logic the token got converted to a string... This is super...

@KevinColemanInc it's now possible to register custom grant types, one step forward to implement this ticket :)

Looks interesting, @bpieck ! It would be great to have this in Doorkeeper :heart:

Hi guys! I don't have much time right now, so I can't fully check it :( I take a quick look at the implementation and it seems good, but need...

I checked the implementation here - https://github.com/x-ion-de/doorkeeper/tree/draft-ietf-oauth-device-flow-15 - and it seems to me that recently merged #1418 could help to extract this grant flow intro an extension

Oh, now worries @bpieck , I just posted it FYI. Do (if you're want and interested in that) whenever you have time :) I totally understand you. If you need...

Based on https://github.com/x-ion-de/doorkeeper/commit/c87f7cd73d27efc8b81a703631f352fe4c42179d I see something like this: * Create a new gem with Rails engine * Introduce `DeviceAuthorizationsController` and `DeviceCodesController` with views * Add locales * Create gem own...

I thought it should be cached if already called :thinking: Also I;m wondering if we could break any existing ORM extension with such changes. Have to think

OK, analyzed some source code and I think it should be fine. Thanks!