v0.1.0 - Authentication
Pre-release
Pre-release
This is the first pre-release of my chat app!
In this release, I simply added password-less authentication by using magic links via email. Of course, in the future, I will add phone authentication and social providers, but for now, we only have email password-less authentication.
Currently, you can set your first and last name, and also add a profile picture for yourself! Currently, our website does not have a UI, which is coming very soon.
To implement this authentication, I used a PostgreSQL database hosted by Supabase. Also, we used Supabase authentication. If you don't know, Supabase is a backend-as-a-service (BaaS).