Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

kuzzleio/kuzzle-plugin-auth-totp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plugin Totp Authentication

This plugin is a proof-of-concept for 2Factor authentication to Kuzzle, with TOTP protocol.

Configuration

The default configuration is:

{
    "window": 6,
    "period": 30,
    "tokenExpirationTime": "300s"
}

Usage

See Kuzzle API Documentation for more details about Kuzzle authentication mechanism.

How to create a plugin

See Kuzzle documentation about plugin for more information about how to create your own plugin.

About Kuzzle

For UI and linked objects developers, Kuzzle is an open-source solution that handles all the data management (CRUD, real-time storage, search, high-level features, etc).

Kuzzle features are accessible through a secured API. It can be used through a large choice of protocols such as REST, Websocket or Message Queuing protocols.