Path to this page:
Subject: CVS commit: pkgsrc/www
From: Nikita
Date: 2023-02-27 19:13:34
Message id: 20230227181334.6D919FA90@cvs.NetBSD.org
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.
Files: