LucasSNSantos / SpendSmart

3 stars 1 forks source link

User authentication token #6

Open LucasSNSantos opened 3 weeks ago

LucasSNSantos commented 3 weeks ago

Feature

Simple login method with email and password.

RiccardoCafa commented 3 weeks ago

Changing label to backend since this is done on server-side, not on client. I will work on that so we can work on a more definitive version for the other backend part.

I'll implement using google Third Party authentication, we can add more types later on.

RiccardoCafa commented 3 weeks ago

I've changed my mind, I think it's better for the development to start with a simple email and password login. Later on we improve the authentication.