laminas-api-tools / api-tools-admin-ui

Laminas API Tools Admin UI module
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
6 stars 11 forks source link

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

Open weierophinney opened 4 years ago

weierophinney commented 4 years ago

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,
        // ...
    ),

Originally posted by @somombo at https://github.com/zfcampus/zf-apigility-admin-ui/issues/112

weierophinney commented 4 years ago

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.


Originally posted by @colinkelly at https://github.com/zfcampus/zf-apigility-admin-ui/issues/112#issuecomment-259373503