RESTAPIにPlay2認証プラグインを使用しており、ログイン試行に対して200または403を返すだけです。
プラグインのコードは次のようになります。
public static Result loginAndRedirect(final Context context,
final AuthUser loginUser) {
storeUser(context.session(), loginUser);
return Controller.redirect(getJumpUrl(context));
}
プラグインプロジェクトをフォークせずにリダイレクトを回避する方法はありますか?