badhabits's avatar
badhabits
Visitor
3 years ago
Status:
New Idea

Composite project oAuth data in separate file

When working on a composite project that has oAuth Auth. it comes to changes to the settings file (new tokens) while developing tests locally.

So there is always a unwanted change to this file. Wouldn't it be nice if there is a separate file for just the data that can change in case of new token retrieval?

The following can change (as far as I saw): accessToken; accessTokenIssuedTime; refreshToken

I would add the separate file than to the git ignore, so that there is no change related to this anymore.

It might be also an option to just store the tokens temporary? 

No CommentsBe the first to comment