Allow cloning over https #836
vHanda
started this conversation in
Feature Requests
Replies: 2 comments
-
What is the current priority and timeline for implementing this? Most git repositories support authenticating using token or oauth, and gitjournal already stores the ssh credentials so it should be equally or in the case of selfhosted gitea, more secure to implement either of those 2. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If there was a way to incentivize this financially I would happily jump in. This is preventing me from using gitjournal (I've purchased the app to attempt to be supportive). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We currently do not allow cloning over https. We'll need some secure way of storing the username and password in order to provide this. Ideally the user shouldn't ever be providing us with a password, but rather a deploy token of some form.
We should make it clear that this will not work with 2 factor authentication.
Beta Was this translation helpful? Give feedback.
All reactions