-
In the desktop version, the authentication is handled by the git installation itself or rather the solution it is setup to use (as far as I know). The mobile version uses isomorphic-git. When passing the token to the plug-in, where and how does it get stored? Is it handled by isomorphic-git or the Plugin? I could not find a conclusive answer, but to be fair I tend to be really blind ^^" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It's managed by the plugin and I'm using |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late reply and thanks for the answer! I was just wondering whether it is stored in plain text somewhere. Also Happy New Year! |
Beta Was this translation helpful? Give feedback.
It's managed by the plugin and I'm using
window.localstorage
(LocalStorage)