@ndustrial/contxt-sdk
Advanced tools
Changelog
v1.7.0 (2019-07-03)
Added
Coordinator.consent#getForCurrentApplication
for getting the current application version's consent form. The current access_token will be used to derive which application is being consented to.Coordinator.consent#accept
for accepting user consent to an applicationsChangelog
v1.5.0 (2019-06-28)
Added
Contxt#mountDynamicModule
Contxt#unmountDynamicModule
Config#addDynamicAudience
Config#removeDynamicAudience
Auth#clearCurrentApiToken
- Added the ability to clear an audience's API token out of memory so a new token is created and retrieved on the next requestChangelog
v1.3.0 (2019-06-07)
Added
Coordinator.roles#addApplication
for adding an application to a roleCoordinator.roles#addStack
for adding a stack to a roleCoordinator.roles#removeApplication
for removing an application from a roleCoordinator.roles#removeStack
for removing a stack from a role