Skip to content

New plugin : Persistent UUID

Clément OUDOT requested to merge plugin-generate-uuid into v2.0

This plugin with generate an UUID at first connection and store it in persistent session, in _persistentUUID key.

The persistent UUID can then be used as unique identifier for connected applications.

It can be useful if LL::NG is configured to authenticate against multiple identity providers and you want to share an uniform identifier on applications.

  • Plugin code
  • Unit test
  • Configuration in Manager
  • Documentation

Merge request reports