[mythtv-commits] [MythTV/mythtv] dd3fa6: Authentication support, preliminary

Stuart Auchterlonie noreply at github.com
Wed Aug 25 21:55:30 UTC 2021


  Branch: refs/heads/devel/http
  Home:   https://github.com/MythTV/mythtv
  Commit: dd3fa60edfbc792e62aabfa5d8ebd340d94f2674
      https://github.com/MythTV/mythtv/commit/dd3fa60edfbc792e62aabfa5d8ebd340d94f2674
  Author: Stuart Auchterlonie <stuarta at mythtv.org>
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
    M mythtv/libs/libmythbase/http/mythhttpmetamethod.h
    M mythtv/libs/libmythbase/http/mythhttpmetaservice.cpp
    M mythtv/libs/libmythbase/http/mythhttpmetaservice.h
    M mythtv/libs/libmythbase/http/mythhttpservice.cpp

  Log Message:
  -----------
  Authentication support, preliminary

Allows annotation of a services API call to indicate that
the user should be authenticated before being allowed to
call this method, by adding AuthRequired=true

Example:
Q_CLASSINFO( "MyProtectedCall", "methods=POST;AuthRequired=true" )




More information about the mythtv-commits mailing list