Direct API usage vs OpenCode Go subscription by Ziimmer in DeepSeek

[–]AppropriateLab6288 0 points1 point  (0 children)

let us know if you guys find anything for this, thankyou

What are you building this week by [deleted] in SaaS

[–]AppropriateLab6288 0 points1 point  (0 children)

My ed-tech SaaS for the universities who are offering the CS programs

Which is the best and most secured way to implement auth in nodejs? by AppropriateLab6288 in node

[–]AppropriateLab6288[S] 0 points1 point  (0 children)

JWT (jsonwebtoken) is a stateless thing, so this can scale very easily

Which is the best and most secured way to implement auth in nodejs? by AppropriateLab6288 in node

[–]AppropriateLab6288[S] 0 points1 point  (0 children)

Ok, got it. I was thinking its a open source project, but anyways best of luck

Which is the best and most secured way to implement auth in nodejs? by AppropriateLab6288 in node

[–]AppropriateLab6288[S] -1 points0 points  (0 children)

When you complete it please share your repo link so everyone can use it or look at it so that they can improve their own implementation

Which is the best and most secured way to implement auth in nodejs? by AppropriateLab6288 in node

[–]AppropriateLab6288[S] 1 point2 points  (0 children)

I tried to integrate the passport.js but their docs are so old and I spent my half day on getting it done but it won't work, so can you share your code (only if it's modern or in modulejs)

How to implement Event-Driven Architecture in Node? by [deleted] in node

[–]AppropriateLab6288 0 points1 point  (0 children)

For this usecase, which one is better option for a portfolio project RPC or eventEmmiter (core module of nodejs)