appwrite / playground-for-python

Simple examples that help you get started with Appwrite + Python (=❤️)
https://appwrite.io
MIT License
63 stars 51 forks source link

Update app.py #23

Closed SabariGanesh-K closed 3 years ago

SabariGanesh-K commented 3 years ago

Added compatibility where the user's email is checked whether it is valid or not.If that's not a valid email address (i.e not in the format of a e-mail ) , value error is raised.

eldadfux commented 3 years ago

The idea behind this repo is to have simple "bare-naked" examples of Python and the Appwrite SDK. No need for extra validations. Please check open issues if you would like to submit another PR.