Skip to content

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

Description

@weierophinney

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 zfcampus/zf-apigility-admin-ui#112

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions