Figure out how to pass API Token from Lucee to Forgebox extension provider
Description
Lucee has a hidden setting called api-key which I have added support for in CFConfig as a config item called APIKey. When defined, Lucee passes it in the query string to extension providers as
ForgeBox’s user token loader interceptor just needs to look for rc.ioid if the HTTP header isn’t defined for the API Token.
Activity
Show:
Brad Wood April 2, 2022 at 6:35 PM
Here is the ticket for the lucee api key change we made in the user token loader interceptor.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Lucee has a hidden setting called api-key which I have added support for in CFConfig as a config item called APIKey. When defined, Lucee passes it in the query string to extension providers as
ForgeBox’s user token loader interceptor just needs to look for rc.ioid if the HTTP header isn’t defined for the API Token.