gbwisx / msal_mobile

Flutter plugin for single client authentication using the Microsoft Authentication Library (MSAL)
MIT License
10 stars 26 forks source link

allow config files from outside the bundle #7

Open BAndonovski opened 4 years ago

BAndonovski commented 4 years ago

The use case leading to this PR:

The config file needs to be downloaded from remote and used. It can be (and often is) changed, so it cannot be cached, or embedded into the bundle. So, instead of using a cache, use a file from the system directly.

The code needs to be cleaned up, of course, once we discuss / agree on the idea, will do that.