megamsys / verticegateway

REST API server with built in auth, interface to ScyllaDB/Cassandra
https://www.megam.io
MIT License
24 stars 34 forks source link

Use onboard nsq events message with encrypted password #606

Closed vijaykanthm28 closed 7 years ago

vijaykanthm28 commented 7 years ago

when user onboard gateway trigger message to nsq events queue with base64 encrypted password on inputs field {"id":"","accounts_id":"ACT5563357690126932758","type":"user","action":"4","inputs":[{"key":"email","value":"mvijaykanth@megam.io"},{"key":"nilavu_password","value":"MUef3rtymKu="}]}

indykish commented 7 years ago

key will be password_hash which is base64 strict encoded.

indykish commented 7 years ago

@vijaykanthm28 Please test it out.