Provide auth.json example
matthiasschoger opened this issue · 2 comments
Hi all,
maybe I'm dense, but it would be great to have an example and documentation available for the auth.json format.
Tried Google and the ProtonMail docs, but couldn't find anything.
Thanks in advance.
Should probably go to the docker project, sorry for the inconvenience.
auth.json is a json-array of identities (e-mail + auth-token-hash). It contains the auth-data for protonmail-service and local authentication to the mail client as far as I know.
Running the command:
hydroxide auth your.mail@proton.me
will create the file in user-home (for linux path ~/.config/hydroxide). But I don't think it makes many sense to manipulate or create this file on your own as long as you don't know how to create the hash-key (I think it's some kind of encrypted data).