Remove auth token based REST API support
This never turned into a real implementation. Drop it and look at other ways to do authentication. Change-Id: I404c834e5e9d0d61248d28471785d825c136f3ad
This commit is contained in:
@@ -231,7 +231,6 @@ public class WebAppInitializer extends GuiceServletContextListener {
|
||||
modules.add(new DefaultCacheFactory.Module());
|
||||
modules.add(new SmtpEmailSender.Module());
|
||||
modules.add(new SignedTokenEmailTokenVerifier.Module());
|
||||
modules.add(new SignedTokenRestTokenVerifier.Module());
|
||||
modules.add(new PluginModule());
|
||||
modules.add(new CanonicalWebUrlModule() {
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user