neumino / reqlite

Reqlite - RethinkDB in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verify the authentication during the handshake

neumino opened this issue · comments

There's a TODO left there, where we don't check if the authentication message is valid. We just need to compute the client signature, the client key and check the hash.

That being said, the handshake is done and works, it's just that it's a bit flexible/lazy...