Add authentication for websockets

This commit is contained in:
viktorstrate
2020-02-21 17:53:04 +01:00
parent b2a8fd09f9
commit 2d15e7c41f
8 changed files with 110 additions and 28 deletions

View File

@@ -9,6 +9,7 @@ require (
github.com/go-sql-driver/mysql v1.5.0
github.com/golang-migrate/migrate v3.5.4+incompatible
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.1
github.com/h2non/filetype v1.0.10
github.com/joho/godotenv v1.3.0
github.com/lib/pq v1.3.0