FM_JWTUserImporter is a FiLMS module that imports user using JWT based authentication. The API first grabs the encoded token and authenticates it using HS256 algorithm. It then either creates a new user or modifies existing user.
Installation
Install FM_JWTUserImporter globally.
Configuration
There are 2 FM_JWTUserImporter application settings for each organization:
See API Documentation.
To generate the token, use this instead. The editor (debugger) allows you to change the secret key (under Signature panel) and payload data.
Doesn't allow you to import multiple users at the same time.