LoginSignup
0
0

More than 3 years have passed since last update.

fastlaneでcredentialをremoveしたのにログイン出来るのなんで…

Posted at

タイトル通りの気持ちになったのでメモ

fastlaneの認証情報を消すのは以下のコマンド
fastlane fastlane-credentials remove --username info@gmail.com

ただ、これを消してもdeliverなどでAppStore Connectにアクセス出来る。
--verboseでコマンド実行するとすぐわかる。

Reading keychain entry, because either user or password were empty
Loading session from '/Users/name/.fastlane/spaceship/info@gmail.com/cookie'

cookie経由でログインしてました…。
と言うわけで、これを消せば無事ログインできなくなります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0