deic-dk-retired / gossamer

A single page application for DDoS analytics and mitigation using influxdb and postgresql
8 stars 4 forks source link

auth with jwt #5

Closed ashokaditya closed 6 years ago

ashokaditya commented 6 years ago

Authenticator should accept login params from login controller and encrypt it before sending to server. The request promise should resolve with token or appropriate messages for errors or exceptions.

ashokaditya commented 6 years ago

Completed