Skip to content

v1.1.0

Compare
Choose a tag to compare
@stevehobbsdev stevehobbsdev released this 15 Oct 09:56
3903a5c

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)