Replies: 1 comment 1 reply
-
I think the best approach would be to have the ability to login with GitHub, the page would then have the access token needed to fetch data from a private repo. This can all be done client-side. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any option to include a credentials management to access private repositories with a token ?
I know that it is typescript and that everything is executed on the client side and therefore nothing is stored on the server (even if you open them with drag & drop), but .... Would it be feasible to include a configuration section for the user to store this information on his side (even if that means entering it in each session of use)?
Thank you very much for your work still, it's great, a viewer of this type is a marvel
Beta Was this translation helpful? Give feedback.
All reactions