mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 02:59:29 +00:00
Added proper OAuth authentication for digikey and other providers
This commit is contained in:
parent
a95ba1acc4
commit
c203de082e
13 changed files with 876 additions and 19 deletions
|
|
@ -248,6 +248,11 @@ services:
|
|||
arguments:
|
||||
$api_key: '%env(PROVIDER_ELEMENT14_KEY)%'
|
||||
|
||||
App\Services\InfoProviderSystem\Providers\DigikeyProvider:
|
||||
arguments:
|
||||
$clientId: '%env(PROVIDER_DIGIKEY_CLIENT_ID)%'
|
||||
$currency: '%partdb.default_currency%'
|
||||
|
||||
App\Services\InfoProviderSystem\Providers\TMEClient:
|
||||
arguments:
|
||||
$secret: '%env(PROVIDER_TME_SECRET)%'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue