Show HN: Claude-account – switch Claude Code accounts without logging in again
21–30 of 36 posts
I built the same thing for myself, but I like your implementation so much better.
Re: Show HN: Claude-account – switch Claude Code accounts without logging in again
#22don't people get banned for doing this kind of thing?
A lot of them also don’t get banned, right ? There are vibecoders youtubers switching accounts all the time
So what’s the differenve ?
Re: Show HN: Claude-account – switch Claude Code accounts without logging in again
#23Re: Show HN: Claude-account – switch Claude Code accounts without logging in again
#24[dead]
Re: Show HN: Claude-account – switch Claude Code accounts without logging in again
#25Is it even safe to switch accounts frequently? worried about them imposing a ban
Re: Show HN: Claude-account – switch Claude Code accounts without logging in again
#26[dead]
Re: Show HN: Claude-account – switch Claude Code accounts without logging in again
#27Cool but I would like to reuse my entire account directory and just switch accounts and nothing else. Now I just do `/logout` and then go through the login flow again because I don't want to lose access to all memories and transcripts.
Is that supported?
Re: Show HN: Claude-account – switch Claude Code accounts without logging in again
#28Cool but I would like to reuse my entire account directory and just switch accounts and nothing else. Now I just do `/logout` and then go through the login flow again because I don't want to lose access to all memories and transcripts. Is that supported?
No, I kept the whole CLAUDE_CONFIG_DIR isolated because I didn’t want it to directly copying or replacing Claude’s credential files.
It felt too easy to get wrong
Re: Show HN: Claude-account – switch Claude Code accounts without logging in again
#29does this also extend to codex?
Not currently
It is specific to Claude Code right now
Re: Show HN: Claude-account – switch Claude Code accounts without logging in again
#30Can you be logged into two accounts at once? It's not the switching, but the different sessions on different accounts that I find myself doing.
As some have said, easy enough to build yourself, but I think it' nice not to have to test it and make sure it works.