hypejunction/hypeapi

JWT support for Elgg


Keywords
plugin, auth, jwt, elgg
License
Other

Documentation

hypeApi

Elgg 3.0

JWT token exchange and auth

Features

  • Provides basic login, logout and refresh token endpoints
  • Provides middleware to verify JWT token when accessing routes
  • Provides a foundation to build out new API resources

Usage

Make sure Apache handles Authorization headers. Add the following to your .htaccess

RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]