On Wed, 2016-03-23 at 07:45 +0100, Markus Mehlan wrote: > If I want to implement the authentication (basic auth / http digest) > on my own, where should I start?
A quick solution would be to use an HTTP proxy (e.g. nginx). But if you mean to implement it within GenieACS, then you need to look at lib/server.coffee. You probably won't need to make a lot of changes outside of that file. Pull requests are welcome. Zaid _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
