Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

[Feature Request] Authentication Support #10

Open
rmbell opened this issue Feb 2, 2022 · 4 comments
Open

[Feature Request] Authentication Support #10

rmbell opened this issue Feb 2, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@rmbell
Copy link

rmbell commented Feb 2, 2022

Is it possible to add support for http basic auth or some other form of security?

@victorrjimenezz
Copy link
Owner

yes, it actually is, will add this to enhancements

@victorrjimenezz victorrjimenezz self-assigned this Feb 2, 2022
@victorrjimenezz victorrjimenezz added the enhancement New feature or request label Feb 2, 2022
@victorrjimenezz
Copy link
Owner

an idea of mine is to add a some sort of account/authentication service, but I have to finish thinking of how to implement it, basic http authentication seems like a good place to start

@victorrjimenezz victorrjimenezz changed the title Authentication Support [Feature Request] Authentication Support Feb 3, 2022
@rmbell
Copy link
Author

rmbell commented Mar 22, 2022

Actually, looks like support is roughly there already. If you add basic auth to your repo, then add the repo like "https://user:pass@repo.com" it will login in and allow access to the files. Tested and confirmed. Cheers.

@victorrjimenezz
Copy link
Owner

Thank you for providing this information, comes in handy. I'll implement an authentication form and commit it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants