djangorestframework-simplejwt
                                
                                 djangorestframework-simplejwt copied to clipboard
                                
                                    djangorestframework-simplejwt copied to clipboard
                            
                            
                            
                        Harden revoke access token for password changes
This is an enhancement of #719 which:
- uses django built-in cryptogaphic methods
- uses the same logic used for session in django (see source)
- align with the usage of SECRET_KEY_FALLBACKSsettings (introduced in v4.1)
It also cleans up a bit the authentication tests: there is no need to replicate every logic of test_get_user in test_get_user_with_check_revoke_token.
I need this feature. When can it be merged and release?