The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
FreeOTP - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: General (https://userspice.com/forums/forumdisplay.php?fid=20)
+--- Forum: UserSpice 5 - Roadmapping the Future (https://userspice.com/forums/forumdisplay.php?fid=31)
+--- Thread: FreeOTP (/showthread.php?tid=22)



FreeOTP - jehon - 01-13-2016

Hello,

I would like to have a FreeOTP compatible authentication (see here: https://fedorahosted.org/freeotp/)

This authentication is very similar to the cookie authentication, except that the informations are stored in an external (mobile) device:

Step 1 - configuration (once):
The application and the mobile exchange a "secret" (through a QR code)

Step 2 - login:
The mobile generate a pin code (ex: 8 chars) and this pin code is entered aside of the login and password.

This system is also used in google two step authentication.


FreeOTP - mudmin - 01-13-2016

That should be doable. I'm writing the new version of UserSpice that will include OAUTH as well, so I can check out doing that as well. I'd also like to support SQRL, too.