Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password protection #37

Closed
ghost opened this issue Jul 15, 2014 · 3 comments
Closed

Password protection #37

ghost opened this issue Jul 15, 2014 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 15, 2014

Is it possible to use some kind of password protection on Raneto? For example something like htaccess what you have on Apache?

@jbrooksuk
Copy link

Raneto uses the express framework which does allow you to do Basic-Auth.

@gilbitron
Copy link
Collaborator

You could indeed implement some kind of authentication using the Express framework, or do it manually in htaccess. I suppose how you do it comes down to preference. It is certainly possible.

@cosmosresident
Copy link

you can use the basic-auth-connect by Express Framework. Check out on github. just do it and works perfect!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants