Maël Pedretti
Maël Pedretti
Hello, I don't know if this repository is still maintained but if this is the case you can give a look at the following. My **[TechnicalReport generator](https://github.com/73VW/TechnicalReport)** (quite the same...
Hello, thank you for your answer. I didn't know about this. I hope they will improve it one day.
I will work on this if you accept. Do you want to add `rel="noopener noreferrer"` or not taking care of old browsers and use `rel="noopener"` ? Cheers.
Hello @mostafa, Thank you for your reply! This is a breaking change and I don't know if you want to merge it as is because backwards compatibility won't be ensured....
Seems that the first part of my issue can be done using what has been done in [!517](https://github.com/jazzband/djangorestframework-simplejwt/pull/517) Sadly I couldn't find any issue related to this. Any clue when...
Well after digging into the code I have managed to include the `kid` header claim as I wanted without using what's in [!517](https://github.com/jazzband/djangorestframework-simplejwt/pull/517/). I've had to redefine quite a few...
Could this be included in the base code? I can open a PR if you wish!
@Andrew-Chen-Wang That might be possible but I don't think this is the way to go as it involves `encoding a token` -> `sending it to the callback` -> `decoding it`...
We seem to experience the same issue in one of our apps. @Tanvirul-swe have you been able to solve this?
@UnbreakCode I've downvoted because you didn't explain how to use this function. I'll now upvote your second comment as it really provides a way to solve the problem! Thanks!