Actually cache app credentials in PleromaFE
In oauth.js
, there's a function getOrCreateApp
, that at the moment always creates a new app. The credentials should be cached in local storage, so that they can be reused for future logins / refreshes.