[ADF-4183] improved auth redirection (#4399)

* base auth guard implementation

* remove code duplication

* unit test fixes
This commit is contained in:
Denys Vuika
2019-03-06 13:14:23 +00:00
committed by Eugenio Romano
parent bf331f1145
commit f6341e31a0
9 changed files with 216 additions and 173 deletions

View File

@@ -15,6 +15,7 @@
* limitations under the License.
*/
export * from './auth-guard-base';
export * from './authentication.service';
export * from './alfresco-api.service';
export * from './content.service';