gardenbuilder-app / gardenbuilder-backend-python

Django-based REST API
6 stars 11 forks source link

#22 CreateUser Mutation returns Authenticated JWT on sucessful register #36

Closed AyonPal closed 3 years ago

AyonPal commented 3 years ago

Related to:

Resolves: #22

Description:

Updated createUser mutation to return JWT

Tests:

Description of any tests you may have written to support this feature, if any. Tests are appreciated for all features of the app.

Checklist:

Please put an x in each box that you have completed

capndave commented 3 years ago

@AyonPal I'm ready to pull this, but there have been significant changes to the file structure. Any way I can get you to re-pull, insert the changes in the correct file (it's at a different location now), and push again to this branch? I'd appreciate it!

AyonPal commented 3 years ago

Sure will do that👍

AyonPal commented 3 years ago

@capndave Created a new PR #42 with new file structure.