1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

Added JWT auth to client SDKs

This commit is contained in:
Eldad Fux 2021-04-16 10:59:41 +03:00
parent dddc8100e8
commit 63c93aab1f

View file

@ -226,6 +226,12 @@ App::get('/specs/:format')
'description' => 'Your project ID',
'in' => 'header',
],
'JWT' => [
'type' => 'apiKey',
'name' => 'X-Appwrite-JWT',
'description' => 'Your secret JSON Web Token',
'in' => 'header',
],
'Locale' => [
'type' => 'apiKey',
'name' => 'X-Appwrite-Locale',