From 525e8bdad6c0c1a113e9fba98e1424b0ebdaa732 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Mon, 17 Oct 2016 21:23:09 +0200 Subject: [PATCH] Remove script based authenticator from product docs --- topics/authentication/flows.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/authentication/flows.adoc b/topics/authentication/flows.adoc index aff7585428..3fbc1a8742 100644 --- a/topics/authentication/flows.adoc +++ b/topics/authentication/flows.adoc @@ -46,6 +46,7 @@ This is better described in an example. Let's walk through the `browser` authen This is marked as _optional_. If the user has OTP set up, then this authentication type must run and be successful. If the user doesn't have OTP set up, this authentication type is ignored. +{% if book.product %} === Executions Executions can be used @@ -94,3 +95,4 @@ function authenticate(context) { context.success(); } ---- +{% endif %}