1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/core
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
..
adopt.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
alloc.c refactor: core code in lib/core and private-libwebsockets.h to core/private.h 2018-05-03 10:49:36 +08:00
connect.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
context.c ws: support basic auth 2018-11-28 15:06:10 +08:00
dummy-callback.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
libwebsockets.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
output.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
pollfd.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
private.h ws: support basic auth 2018-11-28 15:06:10 +08:00
service.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00