Skip to content

Commit

Permalink
Add missing token aithentication for api to list of core extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Mar 28, 2020
1 parent d27ce6f commit 3783d18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/src/Extension/ExtensionHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ class ExtensionHelper

// Core plugin extensions - API Authentication
array('plugin', 'basic', 'api-authentication', 0),
array('plugin', 'token', 'api-authentication', 0),

// Core plugin extensions - authentication
array('plugin', 'cookie', 'authentication', 0),
Expand Down

0 comments on commit 3783d18

Please sign in to comment.