Module implements client authorization by validating the provided
JSON Web Token (JWT) using the specified keys. The module supports
JSON Web Signature (JWS) and can be used for OpenID Connect authentication.
¦ ¦ ¦ ¦
Manual pages:
FreshPorts has no man page information for this port.
===> The following configuration options are available for angie-module-auth-jwt-1.8.1:
DEBUG=on: Include debug version
===> Use 'make config' to modify these settings
The auth-jwt dynamic module for Angie has been installed.
To enable this module, add the following to /usr/local/etc/angie/angie.conf
and reload angie:
load_module modules/ngx_http_auth_jwt_module.so;
Please refer to the module documentation for further details:
https://github.com/kjdev/nginx-auth-jwt
Master Sites:
There is no master site for this port.
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: www/angie
www/angie-module-auth-jwt: Angie auth-jwt dynamic module
This Angie module implements client authorization by validating the
provided JSON Web Token (JWT) using the specified keys.
PR: 243928