Remove script based authenticator from product docs
This commit is contained in:
parent
11e13bd10e
commit
525e8bdad6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
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.
|
have OTP set up, this authentication type is ignored.
|
||||||
|
|
||||||
|
{% if book.product %}
|
||||||
=== Executions
|
=== Executions
|
||||||
|
|
||||||
Executions can be used
|
Executions can be used
|
||||||
|
@ -94,3 +95,4 @@ function authenticate(context) {
|
||||||
context.success();
|
context.success();
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue