Skip to content

v0.1.0 - Authentication

Pre-release
Pre-release
Compare
Choose a tag to compare
@Manas-Nagelia Manas-Nagelia released this 15 Feb 23:36
· 95 commits to main since this release
fd3d01a

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).