Ali-Kabbadj / khmissa-shake

KhmissaShake is a digital Souk but with a twist! Rather than a typical marketplace, it focuses on connecting traditional Moroccan artisans directly with international designers. Think of it as a specialized platform where a designer from X country could work with a carpet weaver from Y Moroccan artisan to create unique contemporary pieces.
0 stars 0 forks source link

🔐Authentication Implementation #2

Open Ali-Kabbadj opened 4 days ago

Ali-Kabbadj commented 4 days ago

I will be using NextAuth.js for authentication along with a Postgresql database [To fill later after setting up the database structure]

Ali-Kabbadj commented 1 day ago

so far i have implemented the authentication and register functionality using jwt, and some basic api guards for authorization, i will document it tomorow and also fix the return data and handle more cases in the post requests of the login , register, and get user profile and the generation (refresh) of the token, see commit 34158c5