Ignore:
Timestamp:
May 24, 2023, 4:53:49 PM (18 months ago)
Author:
alloc
Message:

*Added: Allow specifying a single level 0 API token on the command line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/WebServer/src/Web.cs

    r434 r440  
    271271                                }
    272272
    273                                 if (!handler.IsAuthorizedForHandler (_context.Connection, _context.PermissionLevel)) {
     273                                if (!handler.IsAuthorizedForHandler (_context)) {
    274274                                        _context.Response.StatusCode = (int)HttpStatusCode.Forbidden;
    275275                                        if (_context.Connection != null) {
Note: See TracChangeset for help on using the changeset viewer.