subhadeeproy3902 / BloxAI

Craft flowcharts and diagrams effortlessly with Blox AI. Seamlessly create visuals and rich documentation, collaborate with your team, and enjoy secure sharing. Start visualizing your ideas today!
https://blox-ai.vercel.app
MIT License
54 stars 63 forks source link

Feat: Next auth and mongodb #413

Open Sid-80 opened 2 days ago

Sid-80 commented 2 days ago

Describe the feature

Why this is needed ?

Here we are using kinde which is having following disadvantages :

  1. Not scalable
  2. No jwt token management
  3. Hard to make other api secure

What Next-Auth and mongodb brings ?

Next-auth brings following advantages:

  1. OAuth implementation
  2. JWT implementation which will help to secure APIs

Let me know your views!!

Add ScreenShots

Not required!!

Record

Xeven777 commented 2 days ago

ohh , u were talking about next-auth. cool :)

subhadeeproy3902 commented 2 days ago

@Sid-80 remove existing kinde and convex and add next auth and mongo Change whole backend. All the best

Sid-80 commented 2 days ago

@Xeven777 Yepp!! with jwt authentication

Sid-80 commented 2 days ago

@subhadeeproy3902 I will go ahead!! Thank you!!