pub fn read_token(working_dir: &Path) -> Result<Option<AuthToken>>
Read the token from <working_dir>/.dora-token.
<working_dir>/.dora-token
Returns None if the file does not exist.
None