hasura/hasura-actions-examples

auth action in python flask

Open

#13 opened on Apr 27, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (31 forks)auto 404
good first issue

Repository metrics

Stars
 (134 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide