correct-apricot
correct-apricot•4w ago

backend

I need to create an authentication system using Express, MongoDB, and JWT. Can I do this within the Refine project? When trying to start a server, I'm encountering many problems running Node, whether with ts-node or nodemon; it keeps presenting a series of issues with modules. Can someone help me resolve this?
4 Replies
kapa.ai
kapa.ai•4w ago
Hi @Silvio. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the Refine documentation on authentication (https://refine.dev/docs/guides-concepts/authentication/) to get started with implementing your own authentication system. For backend integrations, Refine supports various data providers and auth providers, which you can find here (https://refine.dev/docs/packages/list-of-packages/#data-provider-packages). If you are encountering issues with running Node, it might be helpful to check the specific error messages and ensure that all required modules are correctly installed. You can also refer to the official documentation of the tools you are using (e.g., Express, MongoDB, JWT, ts-node, nodemon) for troubleshooting tips. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai•4w ago
<@1233408946111385630> kapa.ai is still learning and improving, please let us know how it did by reacting below
continuing-cyan
continuing-cyan•4w ago
Hello 👋 Refine is a frontend framework. So you need to create your backend with a different framework.
correct-apricot
correct-apricot•4w ago
Thank you very much, @Batu