JWT Link

Component ID

2472711

Component name

JWT Link

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1462

Component created

Component changed

Component body

About

Produces a JWT-compliant URL based on the logged in user to authenticate on a remote server that is set in the settings.

Installation

Requires BSD-3-Clause licensed JWT class available at:
https://github.com/firebase/php-jwt

Download and extract the PHP JWT package from https://github.com/firebase/php-jwt into this module's root.

The only required file is JWT/Authentication/JWT.php

This module expects the JWT.php file to be in /JWT/Authentication/JWT.php

If this is not the case, update the 'require_once' line in jwt_link.module

Use

D6

For D6, navigate to:
/admin/build/jwtlink and fill out the fields. This information is necessary to generate the URL inserted into the block.

D7

For D7, navigate to:
/admin/config/people/jwtlink and fill out the fields. This information is necessary to generate the URL inserted into the block.

Developers may use the jwt_link_url() function to generate URLs on the fly.

Thanks

Thanks to New Valley Media for sponsoring development of this module!