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

Feature: Why is there no "Grant Type: Implicit" checkbox setting in Apigility GUI? #112

Open
somombo opened this issue Jul 2, 2016 · 2 comments

Comments

@somombo
Copy link

somombo commented Jul 2, 2016

According to [https://apigility.org/documentation/auth/authentication-oauth2]
you are required to manually alter config/autoload/local.php by adding, the code below in order to add support for oauth2 Grant Type: Implicit

Is there a reason why this has been left out of the Apigility GUI... It would greatly make life easier if only there was a checkbox that one could check somewhere, and apigility automagically adds this line to the correct file as it already does with other similar settings.

 'zf-oauth2' => array(
        // ...
        'allow_implicit' => true,
        // ...
    ),
@colinkelly
Copy link
Contributor

colinkelly commented Nov 9, 2016

This is a well structured and formulated issue ticket. I don't have the time to verifty and replicate this but, please @somombo push this forward. The most you are verbose, the better it helps the community, Appigilaty is HUGE and has even huger potential!

Make a pull request so we can test it out. Thanks for your help.

@weierophinney
Copy link
Member

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

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