Open
Description
Description
Currently (v1.2.0), the only supported authentication method is using JWT.
While it is a standard for most use cases, not all systems support refreshing tokens nor concat a JWT token as a header.
Therefore, a second authentication method should be available to support the rest of the use cases in the shape of Access keys.
This feature contains:
- Adding support in access keys creation.
- Adding key management ability to the Web Console in the Users section.
- Add interpretation of access keys when interacting with the REST Gateway.