1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/roles/http/server
Andy Green a74a966fbf ws: support basic auth
Until now basic auth only protected http actions in the protected
mount.

This extends the existing basic auth scheme to also be consulted for
ws upgrades if a "basic-auth" pvo exists on the selected protocol for
the vhost.  The value of the pvo is the usual basic auth credentials
file same as for the http case.
2018-11-28 15:06:10 +08:00
..
access-log.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
fops-zip.c refactor: core code in lib/core and private-libwebsockets.h to core/private.h 2018-05-03 10:49:36 +08:00
lejp-conf.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
lws-spa.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
parsers.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
ranges.c codacy: minor fixes 2018-10-13 08:16:27 +08:00
rewrite.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
server.c ws: support basic auth 2018-11-28 15:06:10 +08:00