Deprecate JWT flow in favor of OAuth2 flow
Change-Id: I98f44d80be07dfd4bf97bcbd30510128fd035a46
diff --git a/t/subfolder.t b/t/subfolder.t
index d13fdc1..f1e5730 100644
--- a/t/subfolder.t
+++ b/t/subfolder.t
@@ -7,6 +7,11 @@
my $t = Test::Mojo->new('Kalamar' => {
Kalamar => {
plugins => ['Auth']
+ },
+ 'Kalamar-Auth' => {
+ client_id => 2,
+ client_secret => 'k414m4r-s3cr3t',
+ oauth2 => 1
}
});
@@ -37,6 +42,11 @@
Kalamar => {
plugins => ['Auth'],
https_only => 1
+ },
+ 'Kalamar-Auth' => {
+ client_id => 2,
+ client_secret => 'k414m4r-s3cr3t',
+ oauth2 => 1
}
});
@@ -59,6 +69,11 @@
plugins => ['Auth'],
proxy_prefix => '/korap/test',
https_only => 1
+ },
+ 'Kalamar-Auth' => {
+ client_id => 2,
+ client_secret => 'k414m4r-s3cr3t',
+ oauth2 => 1
}
});