Forums

Feature Request: Password protection for specific urls

Would it be possible to enable the already existing Password protection just for specific endpoints? Something like a table similar to the static files table, where I can select URLs that require a password.

Many thanks in advance.

That's an interesting idea, and I've added it to our list of suggested enhancements.

That said, if you need that kind of granularity, you might be better off using whatever login/password functionality is provided by your web framework -- Django's support for password protection, for example, will always be richer than anything we can provide at the HTTP level.

Thanks.