Jean-Maxime Fillau

Results 13 comments of Jean-Maxime Fillau

Hi, Any update on this issue ?

Hello, thank you for answer and reactivity, This seems good in this case but I need to complexify prerequisites schemas as following: ``` require 'dry/validation' class Pictures < Dry::Schema::Params define...

Maybe this idea have already thread but why don't implement something like @JsonSubTypes from the Jackson java library to treat this case ?

I tryed with the onLoader FInished callback prop but I got the same problem. What i find weird that is seem normal that index.modern.js crash by seeing the code, no...

we are using "react": "^16.8.2"

Hello, yes to solve my problem I overided django-oauth-toolkit classes with my own classes and I changed the limit of token field in the AccessToken class by overiding it in....

Not really, this seems to be hardcoded behavior. The username is taken directly from the introspection response, for the moment I redirect the user uuid keycloack to the username but...

I want to change the key `username` used to retrive the data to fill the UserModel. In my case my `UserModel.USERNAME_FIELD` is an uuid field and "username" value of `content`...

I made a PR, what do you think about this one https://github.com/jazzband/django-oauth-toolkit/pull/1347