mirror of
https://github.com/logos-co/logos-cpp-sdk.git
synced 2026-08-31 01:31:10 +00:00
The glue's init() reads the authToken property module_initializer now surfaces on the LogosAPI object and forwards it across logos_module_accept_token under the initializer's own keys (core / capability_module). Without it the cdylib's TokenManager (a separate static copy of the singleton) is empty and every outbound call — including the capability requestModule bootstrap — is rejected as unauthorized.