Move access token handling to a middleware
authorMarcel Werk <burntime@woltlab.com>
Mon, 30 Dec 2024 14:35:03 +0000 (15:35 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 30 Dec 2024 14:35:03 +0000 (15:35 +0100)
commitc52ec46143b7f1962cbb8d2ada1c09ca8f231644
tree3dad28205f7744c86dad90b6d70c2746a7b761ff
parentbef9399f2e94fba67a01f90e0817fd9ab47f9167
Move access token handling to a middleware
wcfsetup/install/files/lib/http/attribute/AllowAccessToken.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/http/middleware/HandleAccessToken.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/page/AbstractAuthedPage.class.php
wcfsetup/install/files/lib/page/AbstractRssFeedPage.class.php
wcfsetup/install/files/lib/system/request/RequestHandler.class.php