I would like to implement passwordless authentication i my single page web application.
When I look at the documentation at Passwordless Connections it’s recommended to use Universal login for passwordless (first grey box). But in the list of tutorials for SPA’s there’re only implementations with Lock and webauth (own UI).
How do I implement the passwordless with Universal in a javascript SPA?
Thanks.