|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
Description of php-jwt library import into Moodle
|
|
|
2 |
|
|
|
3 |
Dependencies
|
|
|
4 |
------------
|
|
|
5 |
- The lib/lti1p3 library currently depends on version 6.0 of php-jwt.
|
|
|
6 |
- There are usages of this library in mod/lti too. Please check these.
|
|
|
7 |
|
|
|
8 |
Instructions
|
|
|
9 |
------------
|
|
|
10 |
1. Check dependencies to confirm suitability of the new version of the library (see above).
|
|
|
11 |
2. Visit [https://github.com/firebase/php-jwt].
|
|
|
12 |
3. Click on 'X releases'.
|
|
|
13 |
4. Download the latest release.
|
|
|
14 |
5. Unzip it in lib as php-jwt.
|
|
|
15 |
6. Update entry for this library in lib/thirdpartylibs.xml.
|
|
|
16 |
|