Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

New adapter with "." error #121

Open
ThaDafinser opened this issue Oct 2, 2015 · 2 comments
Open

New adapter with "." error #121

ThaDafinser opened this issue Oct 2, 2015 · 2 comments

Comments

@ThaDafinser
Copy link

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' => [

@jguittard
Copy link
Contributor

jguittard commented Jun 25, 2016

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

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas-api-tools/api-tools-oauth2; a new issue has been opened at laminas-api-tools/api-tools-oauth2#13.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants