You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
I'm using Apigility on an Apache server, with MySQL and I can't manage to create an Authentication Adapter, nor with OAuth2 PDO as
sqlite:/var/www/html/apigility/data/oauth2-test.sqlite
copied from 'vendor/zfcampus/zf-oauth2/data/dbtest.sqlite' as the example suggest or providing my own local info for mysql
mysql:host=localhost;dbname=apigility
the only message I get is "Please provide a valid URL route for OAuth2 PDO adapter" in both cases.
Is there something I'm missing??
If I try to connect with PDO in a single php file I connection is established, but not via Apigility
The text was updated successfully, but these errors were encountered: