Commit Graph

3 Commits

Author SHA1 Message Date
6cafa0aff9
Fixed redis_auth.c logic + filling user_sid field
redis_auth.c was unable to receive session_id as long as
user <-> session should be both ways
2023-07-05 15:47:31 +03:00
8d3718c9ae
Added login page and fixed some bugs 2023-07-05 14:43:56 +03:00
140738e4e8
Added redis auth module
In order to use hiredis it is needed to move from ANSI C to C99 or
gnu89.

For now redis auth code is untested it's just first compiling prototype
2023-07-04 18:39:14 +03:00