Open mahsashadi opened 2 years ago
There are options to add new elements to the login, but I'm not sure if this works for your solution: https://manual.os-js.org/guide/login/
You might have to create your own login adapter + UI for this. It's documented in the link above.
Hi I need to add an option in login page to authenticate with user-picture. I have already develop a webcam-dialog which takes user picture.
In addition to write a server-side authentication adapter, what do I need to change in client-side to successfully send user-picture to server for validation.