Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kuzzleio/kuzzle-plugin-auth-totp

Example of 2Factor authentication with TOTP
https://github.com/kuzzleio/kuzzle-plugin-auth-totp

2fa 2factor kuzzle kuzzle-authentication kuzzle-plugin totp

Last synced: about 2 months ago
JSON representation

Example of 2Factor authentication with TOTP

Awesome Lists containing this project

README

        

# Plugin Totp Authentication

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

# Configuration

The default configuration is:

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

# Usage

See [Kuzzle API Documentation](http://docs.kuzzle.io/api-documentation/controller-auth/login/) for more details about Kuzzle authentication mechanism.

# How to create a plugin

See [Kuzzle documentation](http://docs.kuzzle.io/plugins-reference/) about plugin for more information about how to create your own plugin.

# About Kuzzle

For UI and linked objects developers, [Kuzzle](https://github.com/kuzzleio/kuzzle) is an open-source solution that handles all the data management
(CRUD, real-time storage, search, high-level features, etc).

[Kuzzle](https://github.com/kuzzleio/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.