jobrouter/authentication-factor-api

API stubs for developing a plugin that provides a 2FA authentication factor in JobRouter®

5.2.0-alpha.1 2021-09-07 13:19 UTC

This package is auto-updated.

Last update: 2024-05-04 20:26:08 UTC


README

JobRouter® is a scalable digitisation platform which links processes, data and documents.

Starting with JobRouter® 5.2, a second authentication factor (2FA) can be configured in each user profile. JobRouter® itself already contains a 2FA plugin that sends the one-time PIN via e-mail.
You fancy developing your own plugin that provides an authentication factor? This package contains API stubs providing autocompletion in your IDE.

Project status

🔥 The Authentication Factor API is still in a very early alpha state. Before moving into a mature beta phase, that API is likely to change and custom plugins may stop working.
We encourage everyone to experiment with it and give us feedback about it.

Requirements

  • Composer 2

Installation

Using composer

composer require jobrouter/authentication-factor-api

If you are new to the JobRouter® ecosystem, you may want to have a look at an example plugin using this API.

Licenses

All files in this repository are subject to the MIT license. Please read the License file at the root of the project.