File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ User authentication :
85
85
The /auth API is designed for the Plik web application nevertheless if you want to automatize it be sure to provide a valid
86
86
Referrer HTTP header and forward all session cookies.
87
87
Plik session cookies have the "secure" flag set, so they can only be transmitted over secure HTTPS connections.
88
- To avoid CSRF attacks the value of the plik-xsrf cookie MUST be copied in the X-XRSFToken HTTP header of each
88
+ To avoid CSRF attacks the value of the plik-xsrf cookie MUST be copied in the X-XSRFToken HTTP header of each
89
89
authenticated request.
90
90
Once authenticated a user can generate upload tokens. Those tokens can be used in the X-PlikToken HTTP header used to link
91
91
an upload to the user account. It can be put in the ~ /.plikrc file of the Plik command line client.
You can’t perform that action at this time.
0 commit comments