Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New adapter with "." error #13

Open
weierophinney opened this issue Dec 31, 2019 · 1 comment
Open

New adapter with "." error #13

weierophinney opened this issue Dec 31, 2019 · 1 comment

Comments

@weierophinney
Copy link
Contributor

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 zfcampus/zf-oauth2#121

@weierophinney
Copy link
Contributor Author

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


Originally posted by @jguittard at zfcampus/zf-oauth2#121 (comment)

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

No branches or pull requests

1 participant