Skip to content

Do not write in token file directly but to a temp file then rename

Ben Couturier requested to merge temp_file_for_token into master

Do not write in token file directly but to a temp file then rename. This avoids issues writing to the token file directly as it is read-only.

Merge request reports