PHP sample authentication
This is a very simple authentication sample.
It is not very secure because all the data is passed in the url.
view code run
PHP sample swekey detection
This a very simple example to show how to detect that a swekey is plugged in real time.
WARNING The swekey is
NOT authenticated here, we do not verify the otp, we just check its presence.
view code run