Skip to content

Add helper methods for current authentication and meberships

Daniel Gerhardt requested to merge auth-stream-helper-methods into master

Additional methods have been introduced to get only the current data instead of the stream of changes. This simplifies the use and should prevent subscription leaks caused by forgetting the first() operator.

Existing code has been slightly refactored to make use of those methods.

Merge request reports