-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Can't add authentication on my API #33
Comments
The same issue for the OAuth adapter. When I create an adapter over the UI, it seems to get saved, but what is then created is only a new route in the Seems to be a bug. Or is there somebody, who has got it working? Originally posted by @automatix at zfcampus/zf-apigility-admin#291 (comment) |
@dmaechler do you have the same issue reported here: zfcampus/zf-apigility-admin-ui#50 ? Originally posted by @ezimuel at zfcampus/zf-apigility-admin#291 (comment) |
Thank you for the fast reply!
I don't think so. Since already the first created adapter is not visible. I discribed the issue incorrectly: The data gets saved -- it's not only the
I'm using the curretly latest version, Originally posted by @automatix at zfcampus/zf-apigility-admin#291 (comment) |
Same problem, caused by renaming my root dir... Originally posted by @jmdelehaye at zfcampus/zf-apigility-admin#291 (comment) |
@automatix did you try to check the config_glob_paths in application.config.php as suggested by @jmdelehaye? Originally posted by @ezimuel at zfcampus/zf-apigility-admin#291 (comment) |
Hi there !
I created a code connected API with your tool and I have issues with enabling authentication on it.
I proceeded the way it is told on this page https://apigility.org/documentation/auth/authentication-http-basic
So it's about http basic auth. I create my adapter and then it is well saved, but when I go on my API the dropdown to select an authentication type is empty, and then when I go on the top menu link "authentication" to see my adapter, it is NOT display !
I have the files generated (global and local) but just can't link any auth method to my API... Please I need help. Thank you very much.
Originally posted by @dmaechler at zfcampus/zf-apigility-admin#291
The text was updated successfully, but these errors were encountered: