Remove script based authenticator from product docs

This commit is contained in:
Stian Thorgersen 2016-10-17 21:23:09 +02:00
parent 11e13bd10e
commit 525e8bdad6

View file

@ -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 %}