This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
On REST Authentication database method
|
$1, $2, $3, $4 -> On REST Authentication database method -> $0 | ||||||||
Parameter | Type | Description | ||||||
$1 | Text |
![]() |
User name | |||||
$2 | Text |
![]() |
Password | |||||
$3 | Boolean |
![]() |
True = Digest mode, False = Basic mode | |||||
$4 | Text |
![]() |
Ip address of the caller | |||||
$0 | Boolean |
![]() |
True = session opening accepted, False = session opening rejected | |||||
The On REST Authentication database method is deprecated in projects as of 4D 20 R6.
The Force login authentication is now highly recommended. In converted projects, you can upgrade your configuration by clicking on the Activate REST authentication through ds.authentify() function settings button. See also this blog post to know how to migrate your code if necessary.
Product: 4D
Theme: Database Methods
Number:
3367
Created: 4D v14
Renamed: 4D v14 R3 (On 4D Mobile Authentication database method)
Modified: 4D v18
Renamed: 4D v18 (On 4D Mobile Authentication database method)
Modified: 4D v20 R6
4D Language Reference ( 4D v20 R7)