You are not logged in.
Pages: 1
Is it possible to implement login with sms message?
updating AuthUserRT with temporary time limited password (which was sent to the end user)
Offline
There is no built-in class to do this, but can create your own authentication process by defining your own class, inheriting from TSQLRestServerAuthentication.
But IMHO such login may be done not at REST level, but at application level.
Offline
Pages: 1