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
/signupwhich receivesname,usernameandpasswordas part of the input argument in mutation -
Return the
idandtokengenerated using a JWT library.