hasura/hasura-actions-examples

auth action in python flask

praveenweb opened this issue · 0 comments

The current signup action is written in Node.js Express. The same example needs to be ported to python flask.

  • An endpoint /signup which receives name, username and password as part of the input argument in mutation

  • Return the id and token generated using a JWT library.