-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Ethereal ServerNest.js serverNest.js server
Description
In order to authenticate requests coming from the WebAPP/BFF we now need to check if the API KEY of the request matches the unique WebApp API KEY.
The logic to implement should be as follows:
Matches WebAPP key - The userId can be found on the request header
Does NOT match WebAPP key - The userId can be found on the corresponding ApiKey object
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Ethereal ServerNest.js serverNest.js server