You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to django-oauth-toolkit hashing client_secret when saving Application model, I've observed clients using DCR getting hashed client_secret and failing authentication. I'm wondering whether there's a problem with my implementation or it's a bug on django-oauth-toolkit-dcr?
With the patch preserving client_secret before Application model save, DCR clients works without any issues. I will submit the patch as a pull request. Can you have a look? Thanks.