v1.1.0
This PR adds the ability to configure the SDK dynamically using a factory function as an alternative to using AuthModule.forRoot
. This is useful for cases where an APP_INITIALIZER
is being used to download configuration from an external source asynchronously before the application loads.
Please see the readme for a more detailed usage example.
Detail
- [SDK-1976] Dynamic configuration (alternative to AuthModule.forRoot) #62 (stevehobbsdev)