aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/auth/index.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-07-20 16:24:18 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-07-20 16:25:06 +0200
commitbd5c83a8cb46eb6da2b25df3b1f6a2a5795d1869 (patch)
tree66df283a1554f27b92e392fca36b8e272d7535bc /client/src/app/shared/auth/index.ts
parent2f372a865487427ff97ad17edd0e6adfbb478c80 (diff)
downloadPeerTube-bd5c83a8cb46eb6da2b25df3b1f6a2a5795d1869.tar.gz
PeerTube-bd5c83a8cb46eb6da2b25df3b1f6a2a5795d1869.tar.zst
PeerTube-bd5c83a8cb46eb6da2b25df3b1f6a2a5795d1869.zip
Client: Add authHttp service that authentificates the http request and
optionally refresh the access token if needed
Diffstat (limited to 'client/src/app/shared/auth/index.ts')
-rw-r--r--client/src/app/shared/auth/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/shared/auth/index.ts b/client/src/app/shared/auth/index.ts
new file mode 100644
index 000000000..aafaacbf1
--- /dev/null
+++ b/client/src/app/shared/auth/index.ts
@@ -0,0 +1,4 @@
1export * from './auth-http.service';
2export * from './auth-status.model';
3export * from './auth.service';
4export * from './user.model';