leonardochaia / angular-simple-oidc

Observables all the way, expressive errors, simple API. - Code Flow, Refresh Tokens, Session Management
MIT License
4 stars 3 forks source link

Improve config service so that config can be consumed from an external observable #8

Closed leonardochaia closed 5 years ago

leonardochaia commented 5 years ago

The library should support plugging an Observable<AuthConfig> that can be used instead of providing the configuration through the Injector.

This can be useful for plugging into already in-place configuration systems.