GUACAMOLE-549: Store auth token within localStorage rather than cookie.

This commit is contained in:
Michael Jumper
2018-04-18 20:44:08 -07:00
parent 1686e6f149
commit 884a9c0ee9
4 changed files with 14 additions and 19 deletions

View File

@@ -327,12 +327,6 @@
<version>1.3.16</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-cookies</artifactId>
<version>1.3.16</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-route</artifactId>