os-js / osjs-client

OS.js Client Module
https://manual.os-js.org/
Other
31 stars 31 forks source link

Adding user-picture-authentication to OSjs login #176

Open mahsashadi opened 2 years ago

mahsashadi commented 2 years ago

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.

andersevenrud commented 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.