hi, I am looking for information on how <GD.CN> en...
# gooddata-cn
t
hi, I am looking for information on how GD.CN encrypts generated BearerToken before persisting to PostgreSQL. Can you please point to documentation for v2.4.0 explaining this ? Thanks
additional question, is there an option to fetch BearerToken over API as an admin user ? or is it returned only when APIToken is first created ?
j
Hi Tomislav, the later is correct… and to your first question we use secure hash… I cannot point you to the docu but I am allowed to share a detail
python3 -c 'from passlib.hash import sha256_crypt; print(sha256_crypt.hash("'$1'"))'
👍 1
t
thanks