Implement explicit HTTP "basic" authentication support #864
Open
ivanbratovic wants to merge 6 commits from ivanbratovic/http-basicauth
into master
5 changed files with 45 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db. |
|||
BEGIN TRANSACTION; |
|||
|
|||
ALTER TABLE monitor |
|||
ADD basic_auth_user TEXT default null; |
|||
|
|||
ALTER TABLE monitor |
|||
ADD basic_auth_pass TEXT default null; |
|||
|
|||
COMMIT; |
Loading…
Reference in new issue