1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Ed Yu
60769fc1fe cookie max-age should be set to -1 for browser to remove the cookie 2023-05-20 11:27:11 -07:00
Rene Schallner
340b1ae3a8 UserPassSession Authentication!!! 2023-05-09 04:35:59 +02:00
Rene Schallner
645db5c8d0 AuthResult is now an enum (was: bool) 2023-05-08 00:06:57 +02:00
Rene Schallner
5a942869a9 Basic Auth now accepts Authorization header 2023-05-01 05:58:11 +02:00
Rene Schallner
d0c59ab008 fixed AuthEndpoint callbacks, BasicAuth logging
AuthEndpoint callbacks now provide pointers to the original
SimpleEndpoint structs, so their fieldParentPtr calls work.
Added extensive debug() logging to BasicAuth with .UserPassword.
2023-05-01 05:55:08 +02:00
Rene Schallner
7e2c3b6251 more tests, cleanup 2023-04-16 23:42:08 +02:00
Rene Schallner
bdc9d922e0 implemented, tested Basic auth (Token68, UserPass) 2023-04-16 22:36:27 +02:00
Rene Schallner
6fb7dc8176 BasicAuth/Token68 works + tested 2023-04-16 20:32:17 +02:00
Rene Schallner
1ffe01dc7a made http_client more universal 2023-04-16 20:06:07 +02:00
Rene Schallner
1fa1d10acf started adding HTTP auth + tests 2023-04-16 06:44:14 +02:00