2017 © Pedro Peláez
 

neos-package yubico

Two factors authentication for TYPO3 Flow and TYPO3 Neos

image

ttree/yubico

Two factors authentication for TYPO3 Flow and TYPO3 Neos

  • Saturday, April 8, 2017
  • by ttree
  • Repository
  • 2 Watchers
  • 3 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Two factors authentication for TYPO3 Flow and TYPO3 Neos

TYPO3 Neos and Flow package that integrate One Time Password (OTP) from Yubico., (*1)

Features

  • Provide an authentication provider and token to support Yubikey OTP validation
  • Self provisioning of Yubikey, the first time a use login with a Yubikey, the key is attached to the user
  • Replace the Neos login screen to a third field for the Yubikey Token

A Neos login box with OTP support, (*2)

Usage

You can add this package to your composer.json:, (*3)

"ttee/yubico": "~1.0"

The package require a single database type to store the key identifier and the mapping between the key and your user account., (*4)

flow doctrine:migrationexecute --version 20150120005252 --direction up

Check the Settings.yaml to understand how the authentication provider and token are configured., (*5)

To use the OTP validation server provided by Yubico, you need your personal API keys: https://upgrade.yubico.com/getapikey/, (*6)

Requirements / Limitations

  • You need to have a key that support OTP, this package is tested with a Yubikey Neo
  • You can mix account with and without Yubikey
  • A Yubikey can only be used for one single account

Whishlist

Feel free to open issue if you need a specific feature and better send a pull request. Here are some idea for future improvements:, (*7)

  • A backend module to manage Yubikey provisioning
  • Open issue if you have some specific requirements

Acknowledgments

Development sponsored by ttree ltd - neos solution provider., (*8)

We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us., (*9)

License

Licensed under GPLv3+, see LICENSE, (*10)

The Versions

08/04 2017

dev-master

9999999-dev

Two factors authentication for TYPO3 Flow and TYPO3 Neos

  Sources   Download

MIT

The Requires

 

21/01 2015

1.0

1.0.0.0

Two factors authentication for TYPO3 Flow and TYPO3 Neos

  Sources   Download

The Requires