Michal Valoušek
Results
2
comments of
Michal Valoušek
Hello, is there any chance, that this patch will be applied to official django-nose codebase soon?
Hi guys, I was hit by same problem, but found some solution. This is the `SIMPLE_JWT` settings I used: ```python SIMPLE_JWT = { 'ALGORITHM': 'RS256', 'USER_ID_CLAIM': 'username', 'USER_ID_FIELD': '', 'TOKEN_TYPE_CLAIM':...