1
0
mirror of https://github.com/drakkan/sftpgo.git synced 2025-11-23 22:04:50 +02:00
Files
sftpgo/docs
Nicola Murino 9abd186166 external auth http hook: properly serialize the user in the POST body
For historical reasons we send the json serialized user as a string field.
I Initially copied the code used in the script hook where it is appropriate
to convert the JSON user to string.

After some time I have noticed this error, I know that changing it now might
break existing external authentication hooks but we cannot continue with
this mistake, new users are surprised by this behavior, sorry

Fixes #836

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
2022-05-15 18:26:07 +02:00
..
2021-12-26 14:54:29 +01:00
2021-12-26 14:54:29 +01:00
2021-12-26 14:54:29 +01:00
2021-08-18 14:39:56 +02:00
2021-12-26 14:54:29 +01:00
2022-04-25 15:49:11 +02:00
2021-12-01 17:53:19 +01:00
2022-04-12 19:31:25 +02:00
2022-02-28 20:19:13 +01:00