Extension Manager Configuration

Configurations in the Extension Manager

Use the backend module “Settings -> Extension Configuration” to modify the following settings:

Extension Manager

basic.apiKeys

Property

basic.apiKeys

Data type

text

Description

List of global api users that can access the endpoint. One user per line. Username and ApiKey separated by a single colon (:)

All usernames will work, except for the default “examplefeUserName”.

::
user1:theApiKeyOfUser1 user2:theApiKeyOfUser2

Default

examplefeUserName:exampleApiKey

basic.maxSessionLifetime

Property

basic.maxSessionLifetime

Data type

number

Description

Defines how long an inactive user stays logged in (seconds).

Default

3600

basic.disableDefaultEndpoints

Property

basic.disableDefaultEndpoints

Data type

boolean

Description

Disables (removes) all endpoints shipped by default with nnrestapi. If disabled, you will need to implement your own endpoints for authenticating users and checking their status.

Default

FALSE