Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 952 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 952 Bytes

ModJWT

A MODx extra to works with JSON Web Token (JWT)


Required PHP 5.5++ and MODx 2.6++

This package using Firebase/JWT from https://github.com/firebase/php-jwt


Documentation: https://github.com/lokamaya/modJWT (next on this)

Bugs and Feature Requests: https://github.com/lokamaya/modJWT/issues

Discussions and Questions: MODx Community

This extra is now available on MODx repository that can be downloaded from MODx manager.


Installation

  • Download this extra from MODx manager
  • Install modJWT
  • After successfull installation: go to the default context in modx manager, find and edit sample page /modjwt/
  • Then go to system settings > modjwt. There are some default configuration like: Secret Key, Private Key, and Public Key.

Sample pages contain 1 HTML resource and 3 JSON pages. You can play around with it.