Add jwt persistance inside localstorage

This commit is contained in:
2020-04-12 20:44:32 +02:00
parent 0b0261aaaa
commit 818110cd3b
4 changed files with 48 additions and 3 deletions
+1
View File
@@ -9,5 +9,6 @@ fun Application.corsFeature() {
install(CORS) {
anyHost()
header(HttpHeaders.ContentType)
header(HttpHeaders.Authorization)
}
}