Viljami Linna

Results 13 comments of Viljami Linna

Any updates or solutions to this issue?

Got it work without defining custom JWT_DECODE or JWT_ENCODE handler with RS256 algorithm. ES256 should also being supported and custom functions not needed. Confirm the following things: 1. Give valid...

Still facing the problem. The whole DataGrid is rerendered on every cell or row click, all rows and cells are rendered. It causes a significant performance issue with a table...

@nrbnlulu sorry about spamming new issues :D but hopefully this will help you to improve the library. I am not sure how much I can spend time doing actual PR....

So currently there is no setting to define what type of information we inject into JWT payload section. So I would want to inhect additional timestamp to the JWT payload,...

I already have implemented custom JWT_PAYLOAD_HANDLER but it does not help me to add extra field to the payload

So the problem is that injecting an extra field to the UserType is not flexible enough, because by doing so, we allow both: UPDATE the field and READ the field....

And I suggested some possible solutions 1. Define custom setting that injects UserModel fields to the returned UserType, but does not add these fields to the parameters of updateUser mutation....

I agree, the idea sounds logical (returned UserType being separated from the editable fields) I am quite a beginner with strawberry graphql (I mostly use graphql-django), so I am not...