aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-06-10 14:29:35 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-06-30 11:24:57 +0100
commit51eae76dd663d23c1f4bb1e809e9c258e800cb73 (patch)
treefc0bcf5c37119c302908319ec02abf7c8123f94b /perllib/FixMyStreet/App.pm
parent3c98b8f4dbe7085d52887deff90681db552fb580 (diff)
Only show access tokens once, and store hashed.
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r--perllib/FixMyStreet/App.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm
index 4ca6f23cb..638fcc4e4 100644
--- a/perllib/FixMyStreet/App.pm
+++ b/perllib/FixMyStreet/App.pm
@@ -101,9 +101,6 @@ __PACKAGE__->config(
use_session => 0,
credential => {
class => 'AccessToken',
- token_field => 'extra',
- # This means the token has to be 18 characters long (as generated by AuthToken)
- token_lookup => { like => "%access_token,T18:TOKEN,%" },
},
store => $store,
},