CocoaPods / trunk.cocoapods.org

The authentication server for CocoaPods push

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalidate Session Token

uc-leo opened this issue · comments

After CircleCI security alert session tokens may have been exposed and I cannot find a way to invalidate them...

Can anybody help, please?

Thanks!

We don't have a feature for this in the CLI + API. One strategy would be to create a new owner, move the pods over to them and then delete the old owner - the other would be to send a PR adding that feature to this repo for the API, and cocoapods/cocoapods-trunk for the CLI which would log out all the sessions for the current user.

all right @orta! thank you so much 👍