laminas-api-tools / api-tools-oauth2

Laminas module for implementing an OAuth2 server
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
11 stars 15 forks source link

New adapter with "." error #13

Open weierophinney opened 4 years ago

weierophinney commented 4 years ago

When creating a new auth adapter with a name seperated by a "." then the generated config array gets one additional level.

Expected

'adapters' => [
                'test.test2' => [

Actual

'adapters' => [
                'test' => [
                             'test2' => [

Originally posted by @ThaDafinser at https://github.com/zfcampus/zf-oauth2/issues/121

weierophinney commented 4 years ago

@ThaDafinser Created/Generated from where? zf-apigility-admin in its UI?


Originally posted by @jguittard at https://github.com/zfcampus/zf-oauth2/issues/121#issuecomment-228500109