Use JWTs for Conan API authetication
Instead of reusing the personal access token (and thus having it stored locally) issue JWT that has the access token id in the payload and when provided fetch that token and autheticate using it. Derive JWT secret unique to Conan packages from attr_encrypted_db_key_base_32.
Showing
Please register or sign in to comment