- Key table: contains API keys (one per row).
- Scope table: maps keys to one or more scopes.
By default, the store will attempt to create the required tables at startup if they do not exist (controlled by autoCreate).
Example configuration:
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| autoCreate | false | true | Whether the required key/scope tables should be created automatically if they do not exist. | false |
| datasource | false | - | - | - |