./www/p5-Mojolicious-Plugin-OAuth2-Server, OAuth2 Authorization Server with Mojolicious

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.51nb1, Package name: p5-Mojolicious-Plugin-OAuth2-Server-0.51nb1, Maintainer: pkgsrc-users

This plugin implements the various OAuth2 grant types flow as
described at http://tools.ietf.org/html/rfc6749. It is a complete
implementation of RFC6749, with the exception of the "Extension
Grants" as the description of that grant type is rather hand-wavy.

The bulk of the functionality is implemented in the
Net::OAuth2::AuthorizationServer distribution, you should see that
for more comprehensive documentation and examples of usage.

The examples here use the "Authorization Code Grant" flow as that
is considered the most secure and most complete form of OAuth2.


Master sites: (Expand)

Filesize: 19.289 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-04-29 16:47:58 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.51

Upstream changes:
0.51     2022-08-15
        - Bump min perl version to 5.16 (as per core Mojolicious)

0.50     2022-08-08
        - Allow client_id / client_secret in body params (GH #28)

0.49     2022-06-02
        - Fix tests broken by Mojolicious multiple render fixes (GH #27)

0.48     2021-06-15
        - Accept error_description from auth methods (GH #26)
   2023-02-27 19:13:34 by Nikita | Files touched by this commit (3)
Log message:
www/p5-Mojolicious-Plugin-OAuth2-Server: import as \ 
p5-Mojolicious-Plugin-OAuth2-Server version 0.47

Imported from wip, packaged by coypu.

    This plugin implements the various OAuth2 grant types flow as
    described at http://tools.ietf.org/html/rfc6749. It is a complete
    implementation of RFC6749, with the exception of the "Extension
    Grants" as the description of that grant type is rather hand-wavy.

    The bulk of the functionality is implemented in the
    Net::OAuth2::AuthorizationServer distribution, you should see that
    for more comprehensive documentation and examples of usage.

    The examples here use the "Authorization Code Grant" flow as that
    is considered the most secure and most complete form of OAuth2.