OAUTH2 Django problems with client_secret

24 views Asked by At

I was updating an old non documented project, database, users, etc..

Suddenly it came a problem, the client_secret_id is not hashed, if I edited in /o/applications then it become hashed.

Is there a simple way to hash every client_secret_id other than manually do it one by one, application per application?

I found the library, but I don't have any idea where is the salt, or how to include it

0

There are 0 answers